mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-07 22:40:27 -04:00
(block) better wording
This commit is contained in:
parent
c1871a002e
commit
66e5a31b42
@ -25,7 +25,7 @@ const unblock = async (block: Block) => {
|
||||
<Loading :value="blocks.data.value">
|
||||
<ul v-if="blocks.data.value">
|
||||
<li v-if="blocks.data.value.length === 0">
|
||||
<T>table.empty</T>
|
||||
<T>profile.blocks.empty</T>
|
||||
</li>
|
||||
<li v-for="block in blocks.data.value" :key="block.id">
|
||||
@{{ block.to_username }}
|
||||
@ -35,5 +35,8 @@ const unblock = async (block: Block) => {
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="small mb-0">
|
||||
<Icon v="info-circle" /> <T>profile.blocks.instruction</T>
|
||||
</p>
|
||||
</Loading>
|
||||
</template>
|
||||
|
@ -862,6 +862,8 @@ profile:
|
||||
confirm: >
|
||||
Are you sure you want to unblock @%username%?
|
||||
You will be able to see each other's cards or add each other to your circles.
|
||||
empty: 'You currently do not have any accounts blocked.'
|
||||
instruction: 'You can block a person by visiting their profile.'
|
||||
sensitive:
|
||||
header: 'Content warning'
|
||||
info: >
|
||||
|
@ -1079,6 +1079,8 @@ profile:
|
||||
confirm: >
|
||||
Are you sure you want to unblock @%username%?
|
||||
You will be able to see each other's cards or add each other to your circles.
|
||||
empty: 'You currently do not have any accounts blocked.'
|
||||
instruction: 'You can block a person by visiting their profile.'
|
||||
sensitive:
|
||||
header: 'Content warning'
|
||||
info: >
|
||||
|
@ -1702,6 +1702,8 @@ profile:
|
||||
confirm: >
|
||||
Czy na pewno chcesz odblokować @%username%?
|
||||
Będziecie mogły znowu widzieć swoje wizytówki oraz dodawać się nawzajem do kręgów.
|
||||
empty: 'You currently do not have any accounts blocked.'
|
||||
instruction: 'You can block a person by visiting their profile.'
|
||||
sensitive:
|
||||
header: 'Ostrzeżenie o zawartości'
|
||||
info: >
|
||||
|
Loading…
x
Reference in New Issue
Block a user