As an acronym, SIM should be upper-case

It stands for Subscriber Identity Module
This commit is contained in:
Aleix Pol 2021-09-29 01:01:28 +02:00
parent d238aa3031
commit 8335934aef
2 changed files with 2 additions and 2 deletions

View file

@ -15,6 +15,6 @@ QtObject {
property string icon: "network-mobile-" + Math.floor(SignalIndicator.strength / 20) * 20
property string label: !SignalIndicator.available ? ""
: SignalIndicator.simLocked ? i18n("Sim Locked") : SignalIndicator.name
: SignalIndicator.simLocked ? i18n("SIM Locked") : SignalIndicator.name
}

View file

@ -15,6 +15,6 @@ QtObject {
property string icon: "network-mobile-" + Math.floor(SignalIndicator.strength / 20) * 20
property string label: !SignalIndicator.available ? ""
: SignalIndicator.simLocked ? i18n("Sim Locked") : SignalIndicator.name
: SignalIndicator.simLocked ? i18n("SIM Locked") : SignalIndicator.name
}