Typo in source translator for SMS
This commit is contained in:
parent
fef8421e79
commit
8a4e9a77d5
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class Translator @Inject internal constructor(
|
|||
Sources.Loop -> rh.gs(R.string.loop)
|
||||
Sources.NSClient -> rh.gs(R.string.ns)
|
||||
Sources.Pump -> rh.gs(R.string.pump)
|
||||
Sources.SMS -> rh.gs(R.string.smb_shortname)
|
||||
Sources.SMS -> rh.gs(R.string.sms)
|
||||
Sources.Wear -> rh.gs(R.string.wear)
|
||||
Sources.Unknown -> rh.gs(R.string.unknown)
|
||||
|
||||
|
|
Loading…
Reference in a new issue