Change community -> server

This commit is contained in:
Grishka 2022-04-28 00:54:35 +03:00
parent ed79cebc57
commit 9a0c383da8
2 changed files with 5 additions and 5 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "org.joinmastodon.android" applicationId "org.joinmastodon.android"
minSdk 23 minSdk 23
targetSdk 31 targetSdk 31
versionCode 32 versionCode 33
versionName "1.0.2" versionName "1.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -176,9 +176,9 @@
<string name="report_personal_title">Don\'t want to see this?</string> <string name="report_personal_title">Don\'t want to see this?</string>
<string name="report_personal_subtitle">When you see something you don\'t like on Mastodon, you can remove the person from your experience.</string> <string name="report_personal_subtitle">When you see something you don\'t like on Mastodon, you can remove the person from your experience.</string>
<string name="back">Back</string> <string name="back">Back</string>
<string name="instance_catalog_title">Mastodon is made of users in different communities.</string> <string name="instance_catalog_title">Mastodon is made of users on different servers.</string>
<string name="instance_catalog_subtitle">Pick a community based on your interests, region, or a general purpose one. You can still connect with everyone, regardless of community.</string> <string name="instance_catalog_subtitle">Pick a server based on your interests, region, or a general purpose one. You can still connect with everyone, regardless of server.</string>
<string name="search_communities">Search communities or enter URL</string> <string name="search_communities">Search servers or enter URL</string>
<string name="instance_rules_title">Some ground rules</string> <string name="instance_rules_title">Some ground rules</string>
<string name="instance_rules_subtitle">Take a minute to review the rules set and enforced by %s admins.</string> <string name="instance_rules_subtitle">Take a minute to review the rules set and enforced by %s admins.</string>
<string name="signup_title">Let\'s get you set up on %s</string> <string name="signup_title">Let\'s get you set up on %s</string>