fix string

master
Andreas Shimokawa 2017-08-27 23:37:42 +02:00
parent 455dfde63d
commit a3108a4958
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class AmazfitBipFWInstallHandler extends AbstractMiBandFWInstallHandler {
@Override
protected GenericItem createInstallItem() {
return new GenericItem(mContext.getString(R.string.amazfitbip_firmware), helper.getHumanFirmwareVersion());
return new GenericItem(mContext.getString(R.string.amazfitbip_firmware, helper.getHumanFirmwareVersion()));
}
@Override