fixed spelling mistakes

This commit is contained in:
mrjvs 2019-01-02 00:17:59 +01:00
parent 237f49fce4
commit cef701c869
3 changed files with 9 additions and 9 deletions

View File

@ -22,12 +22,12 @@
"title": "Progress Summary",
"text": "We should probably pull this from a database ngl"
},
"compatability": {
"caption": "Usefull info",
"title": "Game Compatability"
"compatibility": {
"caption": "Useful info",
"title": "Game Compatibility"
},
"misc": {
"caption": "Less usefull info",
"caption": "Less useful info",
"title": "Other"
}
},
@ -88,8 +88,8 @@
"invalid_login": "Invalid username/password combination",
"account_exists": "An account with that username already exists!"
},
"validate_email_popup": {
"text": "Your email has not been validated yet. You are restricted from certain features.",
"verify_email_popup": {
"text": "Your email has not been verified yet. You are restricted from certain features.",
"change_button_text": "Change email",
"repeat_button_text": "Send again"
},

View File

@ -7,7 +7,7 @@
</head>
<body class="flex">
{{> nav-default }}
<div id="email_validation_popup" class="email_popup{{#if_eq user.email_validated true}} hide{{/if_eq}}"><p>{{ locale.validate_email_popup.text }}</p><span><button class="btn-alt small">{{ locale.validate_email_popup.change_button_text }}</button> <button class="btn small">{{ locale.validate_email_popup.repeat_button_text }}</button></span></div>
<div id="email_validation_popup" class="email_popup{{#if_eq user.email_validated true}} hide{{/if_eq}}"><p>{{ locale.verify_email_popup.text }}</p><span><button class="btn-alt small">{{ locale.validate_email_popup.change_button_text }}</button> <button class="btn small">{{ locale.verify_email_popup.repeat_button_text }}</button></span></div>
<div class="contentWrapper userPage">
{{> nav-dashboard }}
<section class="contentCard">

View File

@ -18,8 +18,8 @@
</section>
<section class="bigCardWrapper double">
<div class="bigCard">
<p class="txt-highlight">{{ locale.progress.compatability.caption }}</p>
<h1 class="txt-title">{{ locale.progress.compatability.title }}</h1>
<p class="txt-highlight">{{ locale.progress.compatibility.caption }}</p>
<h1 class="txt-title">{{ locale.progress.compatibility.title }}</h1>
{{#each games }}
<div class="listItem state{{ this.state }}">
<h2>{{ this.title }}</h2>