diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2020-12-05 20:31:17 +0100 |
---|---|---|
committer | npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> | 2020-12-30 12:44:52 +0000 |
commit | 403637d773dd146f45221d743beabce51d7242ae (patch) | |
tree | c1aff575221fe43bf7e5f43ba31ba6b873a8231e /apps/dashboard/src | |
parent | c96bb21ab9723a4dc3f23d61de21238c64316978 (diff) | |
download | nextcloud-server-403637d773dd146f45221d743beabce51d7242ae.tar.gz nextcloud-server-403637d773dd146f45221d743beabce51d7242ae.zip |
Change to the name of the app
It should refer to the application name "Files".
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/dashboard/src')
-rw-r--r-- | apps/dashboard/src/components/BackgroundSettings.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/src/components/BackgroundSettings.vue b/apps/dashboard/src/components/BackgroundSettings.vue index 936cfdef486..691ce12cfd3 100644 --- a/apps/dashboard/src/components/BackgroundSettings.vue +++ b/apps/dashboard/src/components/BackgroundSettings.vue @@ -26,7 +26,7 @@ :class="{ active: background === 'custom' }" tabindex="0" @click="pickFile"> - {{ t('dashboard', 'Pick from files') }} + {{ t('dashboard', 'Pick from Files') }} </button> <button class="background default" tabindex="0" |