drafts: Rename class name to provide more context.

This commit is contained in:
Satyam Bansal 2023-06-27 23:03:25 +05:30 committed by Tim Abbott
parent ee0d45d13c
commit fe39f28497
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
justify-content: space-between;
gap: 5px;
.removed-drafts {
.removed-drafts-message {
text-align: left;
margin-left: 25px;

View File

@ -7,7 +7,7 @@
<span class="exit-sign">&times;</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}}