diff --git a/js/src/common/components/LoadingIndicator.tsx b/js/src/common/components/LoadingIndicator.tsx index f781f6d1f0..1404ab5eb7 100644 --- a/js/src/common/components/LoadingIndicator.tsx +++ b/js/src/common/components/LoadingIndicator.tsx @@ -53,8 +53,14 @@ export default class LoadingIndicator extends Component { attrs.containerClassName = classList({ 'LoadingIndicator-container': true, [attrs.containerClassName || '']: true }); return ( -
-
+
+
); } diff --git a/locale/core.yml b/locale/core.yml index 8e7821d7af..8ead6d66dc 100644 --- a/locale/core.yml +++ b/locale/core.yml @@ -483,6 +483,10 @@ core: permission_denied_message: You do not have permission to do that. rate_limit_exceeded_message: You're going a little too quickly. Please try again in a few seconds. + # These translations are used in the loading indicator component. + loading_indicator: + accessible_label: => core.ref.loading + # These translations are used as suffixes when abbreviating numbers. number_suffix: kilo_text: K @@ -505,7 +509,7 @@ core: content: javascript_disabled_message: This site is best viewed in a modern browser with JavaScript enabled. load_error_message: Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error. - loading_text: Loading... + loading_text: => core.ref.loading # Translations in this namespace are displayed in the basic HTML discussion view. discussion: @@ -624,6 +628,7 @@ core: icon: Icon icon_text: "Enter the name of any FontAwesome icon class, including the fas fa- prefix." load_more: Load More + loading: Loading... log_in: Log In log_out: Log Out mark_all_as_read: Mark All as Read