Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2020-09-20 15:41:50 +0300
committerGitHub <noreply@github.com>2020-09-20 15:41:50 +0300
commitcd808a31d0227338f44b78ffc4d73ce88d3df9fe (patch)
tree2d9bbb2dc9b6de865c7851cb132d04cbd1b0f1fa /apps
parentbdc60ef9b2d4793b3da7887632fb4b0e77bf964a (diff)
l10n: Rename the directory for translations
The application gets the translation from l10n for the "Clear status after" text string.
Diffstat (limited to 'apps')
-rw-r--r--apps/user_status/src/components/ClearAtSelect.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/src/components/ClearAtSelect.vue b/apps/user_status/src/components/ClearAtSelect.vue
index af0db698ad9..2e96488a546 100644
--- a/apps/user_status/src/components/ClearAtSelect.vue
+++ b/apps/user_status/src/components/ClearAtSelect.vue
@@ -23,7 +23,7 @@
<div class="clear-at-select">
<span
class="clear-at-select__label">
- {{ $t('user_select', 'Clear status after') }}
+ {{ $t('user_status', 'Clear status after') }}
</span>
<Multiselect
label="label"