feat: add confirmation prompt when publishing event signed by a different user

This commit is contained in:
codytseng
2025-05-12 22:37:30 +08:00
parent 41527b2813
commit 46b9f5625b
13 changed files with 60 additions and 17 deletions

View File

@@ -231,6 +231,8 @@ export default {
Autoplay: 'Автовоспроизведение',
'Enable video autoplay on this device': 'Включить автовоспроизведение видео на этом устройстве',
'Paste or drop media files to upload': 'Вставьте или перетащите медиафайлы для загрузки',
Preview: 'Предварительный просмотр'
Preview: 'Предварительный просмотр',
'You are about to publish an event signed by [{{eventAuthorName}}]. You are currently logged in as [{{currentUsername}}]. Are you sure?':
'Вы собираетесь опубликовать событие, подписанное [{{eventAuthorName}}]. Вы в данный момент вошли как [{{currentUsername}}]. Вы уверены?'
}
}