Skip to content
Snippets Groups Projects
Unverified Commit 91f10e4f authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #7733 from antobinary/pull-locales

Align You are disconnected label to the left; tweak label text
parents 249e5b2c cd2caf81
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@
.info {
font-size: calc(var(--font-size-base) * .75);
color: var(--color-gray-light);
text-align: right;
text-align: left;
padding: var(--border-size) 0;
[dir="rtl"] & {
......
......@@ -3,7 +3,7 @@
"app.chat.submitLabel": "Send message",
"app.chat.errorMinMessageLength": "The message is {0} characters(s) too short",
"app.chat.errorMaxMessageLength": "The message is {0} characters(s) too long",
"app.chat.disconnected": "You are disconnected, messages can't be sent yet",
"app.chat.disconnected": "You are disconnected, messages can't be sent",
"app.chat.inputLabel": "Message input for chat {0}",
"app.chat.inputPlaceholder": "Send message to {0}",
"app.chat.titlePublic": "Public Chat",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment