summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-08-28 12:31:28 -0300
committerCorey Hulen <corey@hulen.com>2017-08-28 08:31:28 -0700
commit9e95af7809f3f19f9b53c4a1e875672db5c4eb63 (patch)
treef28acce0c44bf8a696c148a1203f657ee222628d /webapp/i18n
parent871b7eaa66b84fc260ef5406d63671e1869c993f (diff)
downloadchat-9e95af7809f3f19f9b53c4a1e875672db5c4eb63.tar.gz
chat-9e95af7809f3f19f9b53c4a1e875672db5c4eb63.tar.bz2
chat-9e95af7809f3f19f9b53c4a1e875672db5c4eb63.zip
PLT-7221 differentiate between RN and Classic sessions (#7303)
Diffstat (limited to 'webapp/i18n')
-rwxr-xr-xwebapp/i18n/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index f345685e4..7fefb188d 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -28,8 +28,10 @@
"activity_log.sessionsDescription": "Sessions are created when you log in to a new browser on a device. Sessions let you use Mattermost without having to log in again for a time period specified by the System Admin. If you want to log out sooner, use the 'Logout' button below to end a session.",
"activity_log_modal.android": "Android",
"activity_log_modal.androidNativeApp": "Android Native App",
+ "activity_log_modal.androidNativeClassicApp": "Android Native Classic App",
"activity_log_modal.desktop": "Native Desktop App",
"activity_log_modal.iphoneNativeApp": "iPhone Native App",
+ "activity_log_modal.iphoneNativeClassicApp": "iPhone Native Classic App",
"add_command.autocomplete": "Autocomplete",
"add_command.autocomplete.help": "(Optional) Show slash command in autocomplete list.",
"add_command.autocompleteDescription": "Autocomplete Description",