New shortname for Dynamic ISF plugin

This commit is contained in:
Philoul 2022-02-20 11:53:06 +01:00
parent fef8421e79
commit c216e41e1c
2 changed files with 2 additions and 0 deletions

View file

@ -65,6 +65,7 @@ class OpenAPSSMBDynamicISFPlugin @Inject constructor(
pluginDescription
.pluginName(R.string.openaps_smb_dynamic_isf)
.description(R.string.description_smb_dynamic_isf)
.shortName(R.string.dynisf_shortname)
.setDefault(false)
}

View file

@ -335,6 +335,7 @@
<string name="configbuilder_shortname">CONF</string>
<string name="loop_shortname">LOOP</string>
<string name="oaps_shortname">OAPS</string>
<string name="dynisf_shortname">DYNISF</string>
<string name="localprofile_shortname">LP</string>
<string name="overview_shortname">HOME</string>
<string name="virtualpump_shortname">VPUMP</string>