diff --git a/resources/qml/dialogs/HiddenEventsDialog.qml b/resources/qml/dialogs/HiddenEventsDialog.qml
index cc6f17a53af69e44f0a0c37c013a42e5e4505c0c..e0e7960477d4b7e9f19fa706ae726b450a7ed2fc 100644
--- a/resources/qml/dialogs/HiddenEventsDialog.qml
+++ b/resources/qml/dialogs/HiddenEventsDialog.qml
@@ -49,10 +49,10 @@ ApplicationWindow {
             id: promptLabel
             text: {
                 if (roomid) {
-                    return qsTr("These events will be be <b>shown</b> in %1:").arg(roomName);
+                    return qsTr("These events will be <b>shown</b> in %1:").arg(roomName);
                 }
                 else {
-                    return qsTr("These events will be be <b>shown</b> in all rooms:");
+                    return qsTr("These events will be <b>shown</b> in all rooms:");
                 }
             }
             font.pixelSize: Math.floor(fontMetrics.font.pixelSize * 1.2)
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp
index 862a70d03865add650e07e327b6bad83f5f01085..c7ac790a550de49bc967a993e257ff60d75e6be9 100644
--- a/src/UserSettingsPage.cpp
+++ b/src/UserSettingsPage.cpp
@@ -1110,14 +1110,14 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
         case ReadReceipts:
             return tr("Show if your message was read.\nStatus is displayed next to timestamps.");
         case DesktopNotifications:
-            return tr("Notify about received message when the client is not currently focused.");
+            return tr("Notify about received messages when the client is not currently focused.");
         case AlertOnNotification:
             return tr(
               "Show an alert when a message is received.\nThis usually causes the application "
               "icon in the task bar to animate in some fashion.");
         case AvatarCircles:
             return tr(
-              "Change the appearance of user avatars in chats.\nOFF - square, ON - Circle.");
+              "Change the appearance of user avatars in chats.\nOFF - square, ON - circle.");
         case UseIdenticon:
             return tr("Display an identicon instead of a letter when no avatar is set.");
         case DecryptSidebar:
@@ -1170,7 +1170,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
         case SelfSigningKey:
             return tr(
               "The key to verify your own devices. If it is cached, verifying one of your devices "
-              "will mark it verified for all your other devices and for users, that have verified "
+              "will mark it verified for all your other devices and for users that have verified "
               "you.");
         case UserSigningKey:
             return tr(