mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-01 03:19:29 +08:00
add title for confirmation
This commit is contained in:
parent
6adefc5619
commit
b18da01ef7
2 changed files with 4 additions and 0 deletions
|
@ -200,6 +200,9 @@
|
||||||
{{ $t('settings.third_column_mode') }}
|
{{ $t('settings.third_column_mode') }}
|
||||||
</ChoiceSetting>
|
</ChoiceSetting>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<h3>{{ $t('settings.confirmation_dialogs') }}</h3>
|
||||||
|
</li>
|
||||||
<li class="select-multiple">
|
<li class="select-multiple">
|
||||||
<span class="label">{{ $t('settings.confirm_dialogs') }}</span>
|
<span class="label">{{ $t('settings.confirm_dialogs') }}</span>
|
||||||
<ul class="option-list">
|
<ul class="option-list">
|
||||||
|
|
|
@ -396,6 +396,7 @@
|
||||||
"collapse_subject": "Collapse posts with subjects",
|
"collapse_subject": "Collapse posts with subjects",
|
||||||
"columns": "Columns",
|
"columns": "Columns",
|
||||||
"composing": "Composing",
|
"composing": "Composing",
|
||||||
|
"confirmation_dialogs": "Confirmation options",
|
||||||
"confirm_dialogs": "Require confirmation for:",
|
"confirm_dialogs": "Require confirmation for:",
|
||||||
"confirm_dialogs_repeat": "Repeating a post",
|
"confirm_dialogs_repeat": "Repeating a post",
|
||||||
"confirm_dialogs_unfollow": "Unfollowing someone",
|
"confirm_dialogs_unfollow": "Unfollowing someone",
|
||||||
|
|
Loading…
Reference in a new issue