Skip to content

Commit

Permalink
fix: Strings fix ("Logout")
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloNetrebchuk committed Mar 25, 2024
1 parent 320e237 commit 6dd3c45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions profile/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<string name="profile_contact_support">Contact support</string>
<string name="profile_prof_info">Profile info</string>
<string name="profile_support_info">Support info</string>
<string name="profile_logout">Log out</string>
<string name="profile_logout">Logout</string>
<string name="profile_bio">Bio: %1$s</string>
<string name="profile_year_of_birth">Year of birth: %1$s</string>
<string name="profile_logout_dialog_title">Log out?</string>
<string name="profile_logout_dialog_body">Are you sure you want to log out?</string>
<string name="profile_logout_dialog_title">Logout?</string>
<string name="profile_logout_dialog_body">Are you sure you want to logout?</string>
<string name="profile_full_profile">Full profile</string>
<string name="profile_limited_profile">Limited profile</string>
<string name="profile_edit_profile">Edit profile</string>
Expand Down

0 comments on commit 6dd3c45

Please sign in to comment.