diff --git a/app/js/locales/de-de.json b/app/js/locales/de-de.json index 080e81ec..95e434be 100644 --- a/app/js/locales/de-de.json +++ b/app/js/locales/de-de.json @@ -300,6 +300,7 @@ "message_action_forward": "Weiterleiten", "message_action_select": "Auswählen", "message_action_cancel": "Abbrechen", + "message_action_retry": "Erneut versuchen", "error_modal_warning_title": "Warnung", "error_modal_bad_request_title": "Fehler", "error_modal_unauthorized_title": "Nicht autorisiert", diff --git a/app/js/locales/pt-br.json b/app/js/locales/pt-br.json index 3071bb5c..91eda23a 100644 --- a/app/js/locales/pt-br.json +++ b/app/js/locales/pt-br.json @@ -300,6 +300,7 @@ "message_action_forward": "Encaminhar", "message_action_select": "Selecionar", "message_action_cancel": "Cancelar", + "message_action_retry": "Tente Novamente", "error_modal_warning_title": "Advertência", "error_modal_bad_request_title": "Erro", "error_modal_unauthorized_title": "Não autorizado", diff --git a/app/less/app.less b/app/less/app.less index dee29119..3305e69e 100644 --- a/app/less/app.less +++ b/app/less/app.less @@ -3393,6 +3393,7 @@ ul.chat_modal_migrate_list { .stickerset_modal_sticker { width: 192px; height: 192px; + text-align: center; } .stickerset_modal_sticker img { max-width: 192px;