Skip to content

Commit

Permalink
Merge branch 'develop' into bg-display-user-assets-166574091
Browse files Browse the repository at this point in the history
  • Loading branch information
PromasterGuru committed Jul 29, 2019
2 parents dd22af6 + 566b672 commit 25e5147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public void onGetAssets(UserAssetResponse response) {
public void onEmptyAsset() {
List<Asset> asset = new ArrayList();
Asset newAsset = new Asset();
newAsset.setSerialNumber("NO ASSET ASSIGNED YET");
newAsset.setSerialNumber("NO ASSET ASSIGNED YET.");
asset.add(newAsset);
dismissDialog("200");
}
Expand Down

0 comments on commit 25e5147

Please sign in to comment.