diff --git a/app/templates/components/provider-id.hbs b/app/templates/components/provider-id.hbs
index 226a8ce1a..4fe6262de 100644
--- a/app/templates/components/provider-id.hbs
+++ b/app/templates/components/provider-id.hbs
@@ -1,19 +1,21 @@
- Click the circle icon for a new random ID, or the cross icon to delete the random ID and enter a value manually.
+ Click the refresh icon for a new random ID, or the cross icon to delete the random ID and enter a value manually.
-{{#form.element
+{{#form.element
controlType="text"
id="member-id"
label="Member ID"
property="symbol"
helpText="The Member ID is the unique identifier for each member and can't be changed. The Member ID can contain only upper case letters, and must not be longer than 8 characters."
required=false as |el|}}
-
-
- {{el.control}}
-
-
-
-{{/form.element}}
+
+ {{el.control}}
+
+
+
+
+{{/form.element}}
\ No newline at end of file