mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
drafts: Rename class name to provide more context.
This commit is contained in:
committed by
Tim Abbott
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}}
|
||||
|
Reference in New Issue
Block a user