Skip to content
Snippets Groups Projects
Unverified Commit 37a70901 authored by bgm's avatar bgm Committed by GitHub
Browse files

Merge pull request #31387 from totten/master-splice

(NFC) Standalone - Tweak grammar
parents 92e44570 62ff4184
Branches
Tags
No related merge requests found
......@@ -3,8 +3,9 @@
<form id=login-form>
<img class="crm-logo" src="{$logoUrl}" alt="logo for CiviCRM, with an intersecting blue and green triangle">
{if $justLoggedOut}<div class="help message info">{ts}You have been logged out.{/ts}</div>{/if}
{if $anonAccessDenied}<div class="help message warning">{ts}You do not have permission to access that, you may
need to login.{/ts}</div>{/if}
{if $anonAccessDenied}<div class="help message warning">
{ts}You do not have permission to access that. You may need to login.{/ts}
</div>{/if}
{if $sessionLost}<div class="help message warning">{ts}Your session timed out.{/ts}</div>{/if}
<div class="input-wrapper">
<label for="usernameInput" name=username class="form-label">Username</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment