mirror of https://github.com/zulip/zulip.git
drafts: Rename class name to provide more context.
This commit is contained in:
parent
ee0d45d13c
commit
fe39f28497
|
@ -6,7 +6,7 @@
|
|||
justify-content: space-between;
|
||||
gap: 5px;
|
||||
|
||||
.removed-drafts {
|
||||
.removed-drafts-message {
|
||||
text-align: left;
|
||||
margin-left: 25px;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<span class="exit-sign">×</span>
|
||||
</div>
|
||||
<div class="header-body">
|
||||
<div class="removed-drafts">
|
||||
<div class="removed-drafts-message">
|
||||
{{t "Drafts are not synced to other devices and browsers." }}
|
||||
<br />
|
||||
{{#tr}}Drafts older than <strong>{draft_lifetime}</strong> days are automatically removed.{{/tr}}
|
||||
|
|
Loading…
Reference in New Issue