more texts

This commit is contained in:
spaced4ndy
2024-11-21 19:49:36 +04:00
parent b63ad39efd
commit 6b0c097ea9
2 changed files with 2 additions and 3 deletions
@@ -404,7 +404,7 @@ private fun OperatorInfoView(serverOperator: ServerOperator) {
ColumnWithScrollBar {
AppBarTitle(stringResource(MR.strings.operator_info_title))
SectionView(generalGetString(MR.strings.operator_description).uppercase()) {
SectionView {
SectionItemView {
Text(serverOperator.info.description)
}
@@ -1703,8 +1703,7 @@
<!-- OperatorView.kt -->
<string name="operator">Operator</string>
<string name="operator_servers_title">%s servers</string>
<string name="operator_info_title">Operator information</string>
<string name="operator_description">Description</string>
<string name="operator_info_title">Network operator</string>
<string name="operator_website">Website</string>
<string name="operator_conditions_accepted_on">Conditions accepted on: %s.</string>
<string name="operator_conditions_will_be_accepted_on">Conditions will be accepted on: %s.</string>