diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2022-10-14 20:58:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 20:58:05 +0200 |
commit | 28e509a115779791c54d034bff149d61e16c228f (patch) | |
tree | 848174c734f193672db6ec013ae31c13b2a1d859 /apps/theming/src | |
parent | 2b87aebcc2811653cff500d9f10bce42756fcb39 (diff) | |
download | nextcloud-server-28e509a115779791c54d034bff149d61e16c228f.tar.gz nextcloud-server-28e509a115779791c54d034bff149d61e16c228f.zip |
l10n: Fixed grammar
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps/theming/src')
-rw-r--r-- | apps/theming/src/UserThemes.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/src/UserThemes.vue b/apps/theming/src/UserThemes.vue index f9e729afecb..c65b19bed7e 100644 --- a/apps/theming/src/UserThemes.vue +++ b/apps/theming/src/UserThemes.vue @@ -52,7 +52,7 @@ </NcSettingsSection> <NcSettingsSection :title="t('theming', 'Keyboard shortcuts')"> - <p>{{ t('theming', 'In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.') }}</p> + <p>{{ t('theming', 'In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.') }}</p> <NcCheckboxRadioSwitch class="theming__preview-toggle" :checked.sync="shortcutsDisabled" name="shortcuts_disabled" |