diff --git a/app/assets/javascripts/discourse/templates/share.js.handlebars b/app/assets/javascripts/discourse/templates/share.js.handlebars index 45569c41a99..914538db04b 100644 --- a/app/assets/javascripts/discourse/templates/share.js.handlebars +++ b/app/assets/javascripts/discourse/templates/share.js.handlebars @@ -1,5 +1,5 @@

{{view.title}}

diff --git a/config/locales/client.cs.yml b/config/locales/client.cs.yml index 003caa390e0..d7c9d25e7af 100644 --- a/config/locales/client.cs.yml +++ b/config/locales/client.cs.yml @@ -6,6 +6,7 @@ cs: share: topic: 'sdílet odkaz na toto téma' post: 'sdílet odkaz na tento příspěvek' + close: 'zavřít' edit: 'upravit název a kategorii příspěvku' not_implemented: "Tato fičura ještě není implementovaná" diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index dbc41a921d5..a56b3b0bc26 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -6,6 +6,7 @@ en: share: topic: 'share a link to this topic' post: 'share a link to this post' + close: 'close' edit: 'edit the title and category of this topic' not_implemented: "That feature hasn't been implemented yet, sorry!"