From 6181ca642f5454380600a332519959c9ca4337b7 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Thu, 29 Mar 2018 17:47:53 +0100 Subject: [PATCH] "Stickerpack" translation. --- src/components/views/rooms/Stickerpicker.js | 2 +- src/i18n/strings/en_EN.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/views/rooms/Stickerpicker.js b/src/components/views/rooms/Stickerpicker.js index fe99a18d92..e589b391d6 100644 --- a/src/components/views/rooms/Stickerpicker.js +++ b/src/components/views/rooms/Stickerpicker.js @@ -125,7 +125,7 @@ export default class Stickerpicker extends React.Component { // Load stickerpack content if (stickerpickerWidget && stickerpickerWidget.content && stickerpickerWidget.content.url) { // Set default name - stickerpickerWidget.content.name = stickerpickerWidget.name || "Stickerpack"; + stickerpickerWidget.content.name = stickerpickerWidget.name || _t("Stickerpack"); this.widgetId = stickerpickerWidget.id; stickersContent = ( diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index a1539cc665..50008c3202 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -256,6 +256,7 @@ "Cannot add any more widgets": "Cannot add any more widgets", "The maximum permitted number of widgets have already been added to this room.": "The maximum permitted number of widgets have already been added to this room.", "Add a widget": "Add a widget", + "Stickerpack": "Stickerpack", "You don't currently have any stickerpacks enabled": "You don't currently have any stickerpacks enabled", "Click": "Click", "here": "here",