"Stickerpack" translation.
This commit is contained in:
parent
c8f9586c9b
commit
6181ca642f
2 changed files with 2 additions and 1 deletions
|
@ -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 = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue