Prefix the version number with 'v' in the Loading message.
parent
b8c9ccc939
commit
d795f37fe5
|
|
@ -91,7 +91,7 @@ require.onResourceLoad = function (context, map, depMaps) {
|
|||
</style>
|
||||
<div id="pg-spinner">
|
||||
<span class="pg-sp-icon fa fa-spinner fa-pulse"></span>
|
||||
<span class="pg-sp-text">{{ 'Loading {0} {1}...'.format(config.APP_NAME, config.APP_VERSION) }}</span>
|
||||
<span class="pg-sp-text">{{ 'Loading {0} v{1}...'.format(config.APP_NAME, config.APP_VERSION) }}</span>
|
||||
</div>
|
||||
<nav class="navbar-inverse navbar-fixed-top">
|
||||
<div class="container-fluid">
|
||||
|
|
|
|||
Loading…
Reference in New Issue