diff --git a/ui/app/components/sidebar/user-menu.hbs b/ui/app/components/sidebar/user-menu.hbs
index c881e952a2..24fea00625 100644
--- a/ui/app/components/sidebar/user-menu.hbs
+++ b/ui/app/components/sidebar/user-menu.hbs
@@ -32,20 +32,20 @@
{{/if}}
{{#if this.hasEntityId}}
-
+
Multi-factor authentication
{{/if}}
{{#if this.isUserpass}}
-
+
Reset password
{{/if}}
-
+
{{! container is required in navbar collapsed state }}
{{#if (is-before (now interval=1000) this.auth.tokenExpirationDate)}}
{{#if this.auth.authData.renewable}}
-
+
{{! TODO Hds::Button replacement skipped in favor of updating it when there is a Hds::Dropdown swapout }}
{{/if}}
-
+
Log out
diff --git a/ui/app/templates/components/calendar-widget.hbs b/ui/app/templates/components/calendar-widget.hbs
index cd428c422b..5a6904fdfa 100644
--- a/ui/app/templates/components/calendar-widget.hbs
+++ b/ui/app/templates/components/calendar-widget.hbs
@@ -15,7 +15,7 @@
DATE OPTIONS
{{! TODO Hds::Dropdown swapout }}