mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
Add translation to content warning in MKNote.vue
This commit is contained in:
parent
9a3e855640
commit
670d9ed4d3
@ -472,7 +472,7 @@ const accessibleLabel = computed(() => {
|
||||
}
|
||||
} else {
|
||||
if (props.note.cw) {
|
||||
label += `content warning: ${props.note.cw}; `;
|
||||
label += `${i18n.t("cw")}: ${props.note.cw}; `;
|
||||
} else {
|
||||
label += `${props.note.text}; `;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user