Skip to content
Snippets Groups Projects
Commit 59ec3f61 authored by Joe Bordes's avatar Joe Bordes Committed by Tom Robinson
Browse files

fix syntax errors found while translating

parent 0aec258c
Branches
Tags
No related merge requests found
......@@ -336,7 +336,7 @@ export default class PeopleListingApp extends Component {
onClose={this.onCloseModal}
>
<div className="px4 pb4">
{t`They'll be able to log in again, and they'll be placed back into the groupts they were in before their account was deactivated.`}
{t`They'll be able to log in again, and they'll be placed back into the groups they were in before their account was deactivated.`}
</div>
</Modal>
);
......
......@@ -55,7 +55,7 @@
;; match, we should suggest that the user configure a report timezone
(when (and (not report-timezone)
jvm-data-tz-conflict?)
(log/warn (str (trs "Possible imezone conflict found on database {0}." (:name db))
(log/warn (str (trs "Possible timezone conflict found on database {0}." (:name db))
(trs "JVM timezone is {0} and detected database timezone is {1}."
(.getID jvm-timezone) (.getID data-timezone))
(trs "Configure a report timezone to ensure proper date and time conversions."))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment