aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-21 16:02:26 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-21 16:02:26 +0100
commitd94fce8d3ad8e91cd2110dce4d6a6134077005aa (patch)
tree43ada9c59c8fa94bbc474718bcec56a2d3910b77
parentce20cb2d40462932a74d6c9ad02a784bfa8bd5ba (diff)
downloadnextcloud-server-d94fce8d3ad8e91cd2110dce4d6a6134077005aa.tar.gz
nextcloud-server-d94fce8d3ad8e91cd2110dce4d6a6134077005aa.zip
Fix wording of client sessions
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r--settings/js/authtoken_view.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js
index 500760281d0..9ad07e9cca5 100644
--- a/settings/js/authtoken_view.js
+++ b/settings/js/authtoken_view.js
@@ -119,12 +119,12 @@
chrome: t('setting', 'Google Chrome'),
safari: t('setting', 'Safari'),
androidChrome: t('setting', 'Google Chrome for Android'),
- iphone: t('setting', 'iPhone iOS'),
- ipad: t('setting', 'iPad iOS'),
- iosClient: t('setting', 'iOS Client'),
- androidClient: t('setting', 'Android Client'),
- iosTalkClient: t('setting', 'iOS Client Nextcloud Talk'),
- androidTalkClient: t('setting', 'Android Client Nextcloud Talk'),
+ iphone: t('setting', 'iPhone'),
+ ipad: t('setting', 'iPad'),
+ iosClient: t('setting', 'Nextcloud iOS app'),
+ androidClient: t('setting', 'Nextcloud Android app'),
+ iosTalkClient: t('setting', 'Nextcloud Talk for iOS'),
+ androidTalkClient: t('setting', 'Nextcloud Talk for Android'),
davDroid: 'DAVdroid',
webPirate: 'WebPirate',
sailfishBrowser: 'SailfishBrowser'