Skip to content

Commit 8f6dd41

Browse files
authored
Fix core:WarnShortSSOInterval template (#1920)
1 parent b836acb commit 8f6dd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/templates/short_sso_interval.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<div class="trackidtext">
1212
<p>{{ 'If you report this error, please also report this tracking number which makes it possible to locate your session in the logs available to the system administrator:'|trans }}<span class="trackid">{{ trackId }}</span></p>
1313
</div>
14-
<input type="submit" name="continue" id="contbutton" value="'Retry login'|trans|escape('html') }}" autofocus>
14+
<input type="submit" name="continue" id="contbutton" value="{{ 'Retry login'|trans|escape('html') }}" autofocus>
1515
</form>
1616
{% endblock %}

0 commit comments

Comments
 (0)