From 57e38fbd9883d7483b6e7213d97ac1f6d46acae0 Mon Sep 17 00:00:00 2001 From: rootdarkarchon Date: Mon, 20 Mar 2023 12:07:02 +0100 Subject: [PATCH] wording --- MareSynchronos/UI/EditProfileUi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MareSynchronos/UI/EditProfileUi.cs b/MareSynchronos/UI/EditProfileUi.cs index 3d3162d..350839e 100644 --- a/MareSynchronos/UI/EditProfileUi.cs +++ b/MareSynchronos/UI/EditProfileUi.cs @@ -116,7 +116,7 @@ public class EditProfileUi : WindowMediatorSubscriberBase ImGui.Separator(); _uiSharedService.BigText("Profile Settings"); - if (UiSharedService.IconTextButton(FontAwesomeIcon.FileUpload, "Upload new profile image")) + if (UiSharedService.IconTextButton(FontAwesomeIcon.FileUpload, "Upload new profile picture")) { _fileDialogManager.OpenFileDialog("Select new Profile picture", ".png", (success, file) => {