summaryrefslogtreecommitdiffstats
path: root/web/static/i18n
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-09 15:36:56 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-09 15:36:56 -0500
commite343e36c7096cf62d6d6a655ceb18187f68d1aed (patch)
tree82cdac4412cbc0af517db4364326365a11affd47 /web/static/i18n
parent62481983fe2dc8d0a23701de274d76eb861c7304 (diff)
parentb05c317c656b74d773f3977aaf0e2e8e83b1380b (diff)
downloadchat-e343e36c7096cf62d6d6a655ceb18187f68d1aed.tar.gz
chat-e343e36c7096cf62d6d6a655ceb18187f68d1aed.tar.bz2
chat-e343e36c7096cf62d6d6a655ceb18187f68d1aed.zip
Merge pull request #2122 from hmhealey/plt1544
PLT-1544 Replaced Permalink popover with a Permalink modal
Diffstat (limited to 'web/static/i18n')
-rw-r--r--web/static/i18n/en.json5
-rw-r--r--web/static/i18n/es.json3
2 files changed, 4 insertions, 4 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index a865730a1..ade6462e9 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -624,6 +624,8 @@
"get_link.copy": "Copy Link",
"get_link.clipboard": " Link copied to clipboard.",
"get_link.close": "Close",
+ "get_post_link_modal.title": "Copy Permalink",
+ "get_post_link_modal.help": "The link below allows authorized users to see your post.",
"get_team_invite_link_modal.title": "Team Invite Link",
"get_team_invite_link_modal.help": "Send teammates the link below for them to sign-up to this team site.",
"get_team_invite_link_modal.helpDisabled": "User creation has been disabled for your team. Please ask your team administrator for details.",
@@ -786,7 +788,6 @@
"post_info.permalink": "Permalink",
"post_info.del": "Delete",
"post_info.edit": "Edit",
- "post_info.copy": "Copy ",
"posts_view.newMsg": "New Messages",
"posts_view.loadMore": "Load more messages",
"register_app.required": "Required",
@@ -1262,4 +1263,4 @@
"intro_messages.beginning": "Beginning of {name}",
"intro_messages.invite": "Invite others to this {type}",
"intro_messages.setHeader": "Set a Header"
-} \ No newline at end of file
+}
diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json
index 778ecc60a..e4ddd76ce 100644
--- a/web/static/i18n/es.json
+++ b/web/static/i18n/es.json
@@ -822,7 +822,6 @@
"post_delete.okay": "Ok",
"post_delete.someone": "Alguien borró el mensaje que querías comentar.",
"post_focus_view.beginning": "Inicio de los Archivos del Canal",
- "post_info.copy": "Copiar ",
"post_info.del": "Borrar",
"post_info.edit": "Editar",
"post_info.permalink": "Enlace permanente",
@@ -1239,4 +1238,4 @@
"view_image_popover.download": "Descargar",
"view_image_popover.file": "Archivo {count} de {total}",
"view_image_popover.publicLink": "Obtener Enlace Público"
-} \ No newline at end of file
+}