implemented the flow to create room in a selected space
This commit is contained in:
@@ -168,7 +168,7 @@ internal enum L10n {
|
||||
internal static var actionCopyText: String { return L10n.tr("Localizable", "action_copy_text") }
|
||||
/// Create
|
||||
internal static var actionCreate: String { return L10n.tr("Localizable", "action_create") }
|
||||
/// Create a room
|
||||
/// Create room
|
||||
internal static var actionCreateARoom: String { return L10n.tr("Localizable", "action_create_a_room") }
|
||||
/// Create space
|
||||
internal static var actionCreateSpace: String { return L10n.tr("Localizable", "action_create_space") }
|
||||
|
||||
Reference in New Issue
Block a user