Browse Source

Minor

master
Igor Zhukov 9 years ago
parent
commit
6bcdad0db2
  1. 1
      app/js/locales/de-de.json
  2. 1
      app/js/locales/pt-br.json
  3. 1
      app/less/app.less

1
app/js/locales/de-de.json

@ -300,6 +300,7 @@ @@ -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",

1
app/js/locales/pt-br.json

@ -300,6 +300,7 @@ @@ -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",

1
app/less/app.less

@ -3393,6 +3393,7 @@ ul.chat_modal_migrate_list { @@ -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;

Loading…
Cancel
Save