From b515041bd96f56b4b96890050bd1775db701a93b Mon Sep 17 00:00:00 2001 From: Davide Date: Sat, 26 Oct 2024 21:10:55 +0200 Subject: [PATCH] Add dots to Edit --- .../Library/Sources/AppUI/Views/UI/ProfileContextMenu.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Passepartout/Library/Sources/AppUI/Views/UI/ProfileContextMenu.swift b/Passepartout/Library/Sources/AppUI/Views/UI/ProfileContextMenu.swift index b1c8fb3d..a8b642ed 100644 --- a/Passepartout/Library/Sources/AppUI/Views/UI/ProfileContextMenu.swift +++ b/Passepartout/Library/Sources/AppUI/Views/UI/ProfileContextMenu.swift @@ -102,7 +102,7 @@ private extension ProfileContextMenu { Button { flow?.onEditProfile(header) } label: { - ThemeImageLabel(Strings.Global.edit, .profileEdit) + ThemeImageLabel("\(Strings.Global.edit)...", .profileEdit) } }