diff --git a/app/templates/views/user-profile.html b/app/templates/views/user-profile.html
index a03eeab50..fa6b069c2 100644
--- a/app/templates/views/user-profile.html
+++ b/app/templates/views/user-profile.html
@@ -45,14 +45,9 @@
{% endcall %}
{% call row() %}
- {{ text_field('Preferred Timezone') }}
+ {{ text_field('Preferred timezone') }}
{{ optional_text_field(current_user.preferred_timezone) }}
- {{ edit_field(
- 'Change',
- url_for('.user_profile_preferred_timezone'),
- suffix='preferred timezone'
- )
- }}
+ {{ text_field('Set automatically') }}
{% endcall %}
{% if current_user.platform_admin or session.get('disable_platform_admin_view') %}