Add dots to Edit

This commit is contained in:
Davide 2024-10-26 21:10:55 +02:00
parent d1b41a6615
commit b515041bd9
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ private extension ProfileContextMenu {
Button {
flow?.onEditProfile(header)
} label: {
ThemeImageLabel(Strings.Global.edit, .profileEdit)
ThemeImageLabel("\(Strings.Global.edit)...", .profileEdit)
}
}