[network/ruqola] src/rocketchatrestapi-qt/rooms: Fix typo
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 841f150cf974ab232498cbc1538298113f7788f8 by Laurent Montel.
Committed on 06/08/2026 at 18:00.
Pushed by mlaurent into branch 'master'.
Fix typo
M +1 -1 src/rocketchatrestapi-qt/rooms/saveroomsettingsjob.cpp
https://invent.kde.org/network/ruqola/-/commit/841f150cf974ab232498cbc1538298113f7788f8
diff --git a/src/rocketchatrestapi-qt/rooms/saveroomsettingsjob.cpp b/src/rocketchatrestapi-qt/rooms/saveroomsettingsjob.cpp
index 32b979aefa..f38f9afd0e 100644
--- a/src/rocketchatrestapi-qt/rooms/saveroomsettingsjob.cpp
+++ b/src/rocketchatrestapi-qt/rooms/saveroomsettingsjob.cpp
@@ -70,7 +70,7 @@ QString SaveRoomSettingsJob::errorMessage(const QString &str, const QJsonObject
if (detailActionStr == "Change_Room_Encrypted"_L1) {
return i18n("Only groups or direct channels can enable encryption");
} else if (detailActionStr == "Editing_room"_L1) {
- return i18n("Room does not have retention policy");
+ return i18n("Editing room is not allowed");
}
}
return RestApiAbstractJob::errorMessage(str, detail);