Change summary
src/main/java/eu/siacs/conversations/ui/ChannelDiscoveryActivity.java | 2
src/main/res/values/strings.xml | 2
2 files changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -229,7 +229,7 @@ public class ChannelDiscoveryActivity extends XmppActivity implements MenuItem.O
if (accounts.size() == 1) {
joinChannelSearchResult(accounts.get(0), result);
} else if (accounts.size() == 0) {
- Toast.makeText(this, R.string.please_enable_your_account_first, Toast.LENGTH_LONG).show();
+ Toast.makeText(this, R.string.please_enable_an_account, Toast.LENGTH_LONG).show();
} else {
final AtomicReference<String> account = new AtomicReference<>(accounts.get(0));
AlertDialog.Builder builder = new AlertDialog.Builder(this);
@@ -883,7 +883,7 @@
<string name="pref_channel_discovery">Channel discovery method</string>
<string name="backup">Backup</string>
<string name="category_about">About</string>
- <string name="please_enable_your_account_first">Please enable your account first</string>
+ <string name="please_enable_an_account">Please enable an account</string>
<plurals name="view_users">
<item quantity="one">View %1$d Participant</item>
<item quantity="other">View %1$d Participants</item>