This commit is contained in:
Henry Jameson 2025-01-20 16:22:41 +02:00
commit b0a0560dbd
10 changed files with 55 additions and 35 deletions

View file

@ -18,7 +18,10 @@
<span v-text="user.screen_name_ui" />
</template>
</i18n-t>
<div class="mute-expiry" v-if="type !== 'domain'">
<div
v-if="type !== 'domain'"
class="mute-expiry"
>
<p>
<label>
{{ $t('user_card.mute_duration_prompt') }}
@ -39,7 +42,7 @@
v-for="unit in muteExpiryUnits"
:key="unit"
:value="unit"
>
>
{{ $t(`time.unit.${unit}_short`, ['']) }}
</option>
</Select>