~xibo-maintainers/xibo/xibo-cms

« back to all changes in this revision

Viewing changes to views/display-page.twig

  • Committer: GitHub
  • Author(s): Dan Garner
  • Date: 2019-10-21 13:41:17 UTC
  • mfrom: (794.2.5)
  • Revision ID: git-v1:237a3948ce479319535dea3359a444a4b0c9b402
Tags: 2.2.0-rc1
Merge pull request #709 from dasgarner/develop

Release 2.2.0-rc1 + wording tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
456
456
 
457
457
            let $message = $(
458
458
                '<div class="col-sm-12 alert alert-info">' +
459
 
                    "<p>{% trans 'Please note that once the new CMS Address and Key are authenticated in this form, Display will attempt to register with the new CMS Instance, if successful, Display will stop communicating with this CMS Instance.' %}</p>" +
 
459
                    "<p>{% trans 'Please note: Once the CMS Address and Key are authenticated in this form the Display will attempt to register with the CMS Instance details entered. Once transferred the Display will stop communicating with this CMS Instance.' %}</p>" +
460
460
                '</div>'
461
461
            );
462
462