diff --git a/src/components/AudioLayout.vue b/src/components/AudioLayout.vue index 6f2fc73..9e110fb 100644 --- a/src/components/AudioLayout.vue +++ b/src/components/AudioLayout.vue @@ -69,7 +69,7 @@
- 👏 + 👏 diff --git a/src/components/Chat.vue b/src/components/Chat.vue index 666ee0c..317e6b9 100644 --- a/src/components/Chat.vue +++ b/src/components/Chat.vue @@ -293,10 +293,10 @@
{{ currentSendError }}
- + {{ $t("menu.cancel") }} - {{ $t("menu.send") }} @@ -329,14 +329,14 @@ - {{ + {{ $t("menu.ok") }} - +
- + @@ -28,7 +28,7 @@ {{ $t(`room_info.${locationLinkCopied ? 'link_copied' : i18nCopyLinkKey}`) }}
- + arrow_back diff --git a/src/components/CreateChannel.vue b/src/components/CreateChannel.vue index a49945e..13e2c45 100644 --- a/src/components/CreateChannel.vue +++ b/src/components/CreateChannel.vue @@ -1,7 +1,7 @@