Skip to content

Commit

Permalink
key always lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed May 6, 2024
1 parent 77fb027 commit fd4d174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ fun AddGroup() = Box {
text =i18n("ui.group.important_notice"))
Text(fontWeight = FontWeight.Normal,
fontSize = 16.sp,
text =i18n("ui.group.Joining_minutes"))
text =i18n("ui.group.joining_minutes"))
}
Spacer(modifier = Modifier.height(30.dp))
Row {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/strings/trifa_material.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ui.group.joined_the=You joined the Public Information Group
ui.group.error_joining_public=Error joining the Public Information Group
ui.group.join_public=join the Public Information Group
ui.group.important_notice=Important Notice:
ui.group.Joining_minutes=Joining a Tox Public group for the first time can take a long time, even up to 30 minutes
ui.group.joining_minutes=Joining a Tox Public group for the first time can take a long time, even up to 30 minutes
ui.group.enter_group_name=enter Group Name
ui.group.created_new_public=You created new public Group
ui.group.created_public=Create new public Group
Expand Down

0 comments on commit fd4d174

Please sign in to comment.