diff --git a/content/influxdb/cloud/organizations/update-org.md b/content/influxdb/cloud/organizations/update-org.md index 877c55078..a598f0134 100644 --- a/content/influxdb/cloud/organizations/update-org.md +++ b/content/influxdb/cloud/organizations/update-org.md @@ -23,14 +23,13 @@ If you change an organization name, be sure to update the organization in the ab ## Update an organization in the InfluxDB UI -1. In the navigation menu on the left, click the **Org (Organization)** > **About**. +1. In the navigation menu on the left, click the user icon > **About**. - {{< nav-icon "org" >}} + {{< img-hd src="/img/influxdb/user-icon.png" alt="User Icon" />}} -2. Click **{{< icon "edit" >}} Rename**. -3. In the window that appears, review the information and click **I understand, let's rename my organization**. -4. Enter a new name for your organization. -5. Click **Change organization name**. +2. Click **{{< icon "edit" >}} Rename**. A verification window appears. +3. Review the information, and then click **I understand, let's rename my organization**. +4. Enter a new name for your organization, and then click **Change organization name**. ## Update an organization using the influx CLI diff --git a/content/influxdb/v2.0/organizations/update-org.md b/content/influxdb/v2.0/organizations/update-org.md index 8e78dc505..5d724e9d2 100644 --- a/content/influxdb/v2.0/organizations/update-org.md +++ b/content/influxdb/v2.0/organizations/update-org.md @@ -23,14 +23,13 @@ If you change an organization name, be sure to update the organization in the ab ## Update an organization in the InfluxDB UI -1. In the navigation menu on the left, click the **Org (Organization)** > **About**. +1. In the navigation menu on the left, click the user icon > **About**. - {{< nav-icon "org" >}} + {{< img-hd src="/img/influxdb/user-icon.png" alt="User Icon" />}} -2. Click **{{< icon "edit" >}} Rename**. -3. In the window that appears, review the information and click **I understand, let's rename my organization**. -4. Enter a new name for your organization. -5. Click **Change organization name**. +2. Click **{{< icon "edit" >}} Rename**. A verification window appears. +3. Review the information, and then click **I understand, let's rename my organization**. +4. Enter a new name for your organization, and then click **Change organization name**. ## Update an organization using the influx CLI diff --git a/static/img/influxdb/user-icon.png b/static/img/influxdb/user-icon.png new file mode 100644 index 000000000..68be783d7 Binary files /dev/null and b/static/img/influxdb/user-icon.png differ