Skip to content
Snippets Groups Projects
Commit add0b0d7 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

UI/UX: update navigation bar button

Replace the 'Cancel' button with a 'Close' button on the
Settings page.

Change-Id: I26dfc815d41958e2f5ed1db3119c5c57c4687a2a
parent 5b8c34a4
Branches
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ struct AccountSummaryView: View {
.navigationBarItems(leading: Button(action: {[weak state] in
state?.dismiss()
}, label: {
Text(L10n.Global.cancel)
Text(L10n.Global.close)
.foregroundColor(.jamiColor)
}),
trailing:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment