Skip to content

Commit

Permalink
Merge branch '23-personnalisation-du-nom-de-lutilisateur-step-2' into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
Nicolas Buquet committed Nov 12, 2024
2 parents b0b1928 + 91ead93 commit 2f8a4f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct RoomChangeRolesScreenRow: View {
let action: () -> Void

var body: some View {
// Tchap: only display User ID of Inviter when in debug mode
// Tchap: only display User ID of room member Edit Role when in debug mode
#if DEBUG
ListRow(label: .avatar(title: member.name ?? member.id,
status: member.isInvited ? L10n.screenRoomMemberListPendingHeaderTitle : nil,
Expand Down

0 comments on commit 2f8a4f5

Please sign in to comment.