- Changed Remote web page titles from OpenLP | x to x | OpenLP

This commit is contained in:
suutari-olli 2016-07-24 23:25:23 +03:00
parent aa1cd8fa91
commit e9d53fd3d9

View File

@ -319,9 +319,9 @@ class HttpRouter(RegistryProperties):
remote = translate('RemotePlugin.Mobile', 'Remote')
stage = translate('RemotePlugin.Mobile', 'Stage')
self.template_vars = {
'app_title': "OpenLP | {remote}".format(remote=remote),
'stage_title': "OpenLP | {stage}".format(stage=stage),
'live_title': "OpenLP | {live}".format(live=UiStrings().Live),
'app_title': "{remote} | OpenLP".format(remote=remote),
'stage_title': "{stage} | OpenLP".format(stage=stage),
'live_title': "{live} | OpenLP".format(live=UiStrings().Live),
'service_manager': translate('RemotePlugin.Mobile', 'Service Manager'),
'slide_controller': translate('RemotePlugin.Mobile', 'Slide Controller'),
'alerts': translate('RemotePlugin.Mobile', 'Alerts'),