Commit 3e23f83f56a94a8d03a11d573b1e6c9bfc12cfb2
1 parent
6c1b9e5f
KTC-469
"Capitalize the 'l' in 'login' on the Login screen" Fixed. Changed l to capital. Committed By: Jonathan Byrne Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8430 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/login.smarty
| @@ -53,7 +53,7 @@ | @@ -53,7 +53,7 @@ | ||
| 53 | {/foreach} | 53 | {/foreach} |
| 54 | </select> | 54 | </select> |
| 55 | <div class="form_actions"> | 55 | <div class="form_actions"> |
| 56 | - <input type="submit" value="{i18n}login{/i18n}" /> | 56 | + <input type="submit" value="{i18n}Login{/i18n}" /> |
| 57 | </div> | 57 | </div> |
| 58 | </form> | 58 | </form> |
| 59 | </div> | 59 | </div> |