diff --git a/platform/identity/src/IdentityIndicator.js b/platform/identity/src/IdentityIndicator.js index a39ff54849..bee8648f26 100644 --- a/platform/identity/src/IdentityIndicator.js +++ b/platform/identity/src/IdentityIndicator.js @@ -46,7 +46,7 @@ define( } IdentityIndicator.prototype.getGlyph = function () { - return this.text && "\u0050"; + return this.text && "P"; }; IdentityIndicator.prototype.getGlyphClass = function () { return undefined;