kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
5826b0c068
commit
c3cf846a10
|
@ -22,7 +22,7 @@ public class OutdatedBuildReminder extends Reminder {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static CharSequence getPluralsText(final Context context) {
|
private static CharSequence getPluralsText(final Context context) {
|
||||||
int days = getDaysUntilExpiry() - 1;
|
int days = getDaysUntilExpiry();
|
||||||
|
|
||||||
if (days == 0) {
|
if (days == 0) {
|
||||||
return context.getString(R.string.OutdatedBuildReminder_your_version_of_signal_will_expire_today);
|
return context.getString(R.string.OutdatedBuildReminder_your_version_of_signal_will_expire_today);
|
||||||
|
|
Ładowanie…
Reference in New Issue