aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2020-12-05 20:31:17 +0100
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2020-12-30 12:44:52 +0000
commit403637d773dd146f45221d743beabce51d7242ae (patch)
treec1aff575221fe43bf7e5f43ba31ba6b873a8231e /apps/dashboard/src
parentc96bb21ab9723a4dc3f23d61de21238c64316978 (diff)
downloadnextcloud-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.vue2
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"