diff --git a/app/admin-tab/audit-logs/template.hbs b/app/admin-tab/audit-logs/template.hbs
index e5089d6bc..990314a52 100644
--- a/app/admin-tab/audit-logs/template.hbs
+++ b/app/admin-tab/audit-logs/template.hbs
@@ -53,7 +53,7 @@
{{#each model.auditLog as |log|}}
- | {{format-relative log.created interval=C.LANGUAGE.FORMAT_RELATIVE_TIMEOUT}} |
+ {{date-from-now log.created}} |
{{log.eventType}}
|
diff --git a/config/ember-intl.js b/config/ember-intl.js
index 61f7532da..7cac91d57 100644
--- a/config/ember-intl.js
+++ b/config/ember-intl.js
@@ -2,7 +2,7 @@
module.exports = function(environment) {
return {
- locales: null,
+ locales: ['en-us'],
baseLocale: 'en-us',
disablePolyfill: false,
publicOnly: true,
diff --git a/translations/en-us.yaml b/translations/en-us.yaml
index 57d78d2b0..d417e1c25 100644
--- a/translations/en-us.yaml
+++ b/translations/en-us.yaml
@@ -106,7 +106,7 @@ auditLogsPage:
placeholder: "Auth Type:"
dropdownPlaceholder: 'Select an Auth Type:'
dropdownList:
- clearButtonText: Clear All
+ clearButtonText: Clear Filters
searchButtonText: Search
table:
time: Time