summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco <marcoambrosini@icloud.com>2022-11-29 13:21:13 +0100
committerMarco <marcoambrosini@icloud.com>2023-01-24 15:10:55 +0000
commit50f4c6ba8edf7cb50790cd4b1f06cbac98c89010 (patch)
treed81e51047c06a99527dccd3181ea8756e269b61c
parent256d4e14b9e9c7249ed8413f281740fe71f8d7e4 (diff)
Fix typos
-rw-r--r--src/components/ConversationSettings/ConversationSettingsDialog.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ConversationSettings/ConversationSettingsDialog.vue b/src/components/ConversationSettings/ConversationSettingsDialog.vue
index 12a2759eb..5dd68dbee 100644
--- a/src/components/ConversationSettings/ConversationSettingsDialog.vue
+++ b/src/components/ConversationSettings/ConversationSettingsDialog.vue
@@ -79,7 +79,7 @@
<NcAppSettingsSection v-if="canFullModerate"
id="breakout-rooms"
:title="t('spreed', 'Breakout Rooms')">
- Put an explainatory paragraph here and create a dedicated component for this
+ Put an explanatory paragraph here and create a dedicated component for this
<NcButton type="secondary"
@click="openBreakoutRoomsEditor">
<template #icon>
@@ -233,7 +233,7 @@ export default {
subscribe('hide-conversation-settings', this.handleHideSettings)
/**
- * Get the deviceChecker value from the browserstorage.
+ * Get the deviceChecker value from the browser storage.
*/
this.showDeviceChecker = BrowserStorage.getItem('showDeviceChecker' + this.token) === null
|| BrowserStorage.getItem('showDeviceChecker' + this.token) === 'true'