locale fixes

This commit is contained in:
Eugene Pankov
2022-01-18 10:10:25 +01:00
parent f2a48fc0c0
commit eb60c3c3c6
7 changed files with 26 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ export class StandardCompactTheme extends Theme {
/** @hidden */
@Injectable()
export class PaperTheme extends Theme {
name = this.translate.instant('Paper')
name = 'Paper'
css = require('./theme.paper.scss')
terminalBackground = '#f7f1e0'