Skip to content

Commit

Permalink
Update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao committed Oct 20, 2023
1 parent 7d51c7c commit 073f35d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion ui/src/templates/forms/region.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
{{> inputs/message messageType="info" title=trans.region.loopMessage1}}
{{> inputs/message messageType="info" title=trans.region.loopMessage2}}
{{> inputs/message messageType="info" title=trans.region.loopMessage3}}
{{> inputs/message messageType="info" title=trans.region.loopMessage4}}
{{/eq}}
</div>
<div class="tab-pane" id="positioningTab">
Expand Down
9 changes: 4 additions & 5 deletions views/common.twig
Original file line number Diff line number Diff line change
Expand Up @@ -577,11 +577,10 @@
syncKey: "{{ "Content Synchronisation Key" |trans }}",
syncKeyHelpText: "{{ "If this layout is scheduled using a synchronised event, this key will be used to match with other layouts in the same event." |trans }}",
loop: "{{ "Loop?" |trans }}",
loopHelpText: "{{ "If there is only one item in this %region.type% should it loop?" |trans }}",
loopMessage1: "{{ "When should the %regionType% Loop be enabled?" |trans }}",
loopMessage2: "{{ "* If your %regionType% contains more than one Widget, Loop should not be enabled." |trans }}",
loopMessage3: "{{ "* If your %regionType% contains one Widget, and that Widget is a 'fixed' item (eg Text), Loop should not be enabled." |trans }}",
loopMessage4: "{{ "* If your %regionType% contains one Widget, and that Widget needs to update periodically (eg RSS Ticker Widget), Loop can be enabled ONLY if the Widget needs to update MORE frequently than the duration of the overall Layout." |trans }}",
loopHelpText: "{{ "Enable Widget loop?" |trans }}",
loopMessage1: "{{ "When should the Widget Loop be enabled?" |trans }}",
loopMessage2: "{{ "* If the Widget is a 'fixed' item (eg Text), Loop should not be enabled." |trans }}",
loopMessage3: "{{ "* If the Widget needs to update periodically (eg RSS Ticker Widget), Loop can be enabled ONLY if the Widget needs to update MORE frequently than the duration of the overall Layout." |trans }}",
layer: "{{ "Layer" |trans }}",
layerHelpText: "{{ "The layering order of this %regionType% (z-index). Advanced use only." |trans }}",
top: "{{ "Top" |trans }}",
Expand Down

0 comments on commit 073f35d

Please sign in to comment.