better wording
This commit is contained in:
parent
9ab81eea02
commit
3eec897630
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ export class SettingsView extends TemplateView {
|
|||
t.h3("Session Backup"),
|
||||
t.view(new SessionBackupSettingsView(vm.sessionBackupViewModel)),
|
||||
t.h3("Preferences"),
|
||||
row(vm.i18n`Compress images when sending`, this._imageCompressionRange(t, vm)),
|
||||
row(vm.i18n`Scale images down when sending`, this._imageCompressionRange(t, vm)),
|
||||
t.h3("Application"),
|
||||
row(vm.i18n`Version`, version),
|
||||
row(vm.i18n`Storage usage`, vm => `${vm.storageUsage} / ${vm.storageQuota}`),
|
||||
|
@ -69,7 +69,7 @@ export class SettingsView extends TemplateView {
|
|||
}), " ", t.output(vm => {
|
||||
return vm.sentImageSizeLimit ?
|
||||
vm.i18n`resize to ${vm.sentImageSizeLimit}px` :
|
||||
vm.i18n`no compression`;
|
||||
vm.i18n`no resizing`;
|
||||
})];
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue