added also the owner in x string

This commit is contained in:
Mauro Romito
2025-07-23 18:50:10 +02:00
parent 4d2ef7788a
commit eb0deaa54d
3 changed files with 9 additions and 0 deletions

View File

@@ -6155,6 +6155,10 @@ public class VectorL10n: NSObject {
public static func roomMemberPowerLevelModeratorIn(_ p1: String) -> String {
return VectorL10n.tr("Vector", "room_member_power_level_moderator_in", p1)
}
/// Owner in %@
public static func roomMemberPowerLevelOwnerIn(_ p1: String) -> String {
return VectorL10n.tr("Vector", "room_member_power_level_owner_in", p1)
}
/// You will not be able to undo this change as you are promoting the user to have the same power level as yourself.\nAre you sure?
public static var roomMemberPowerLevelPrompt: String {
return VectorL10n.tr("Vector", "room_member_power_level_prompt")