diff --git a/app/templates/components/forms/admin/settings/system/storage-option.hbs b/app/templates/components/forms/admin/settings/system/storage-option.hbs
index 0a0f2dd1da6..ea74584ba81 100644
--- a/app/templates/components/forms/admin/settings/system/storage-option.hbs
+++ b/app/templates/components/forms/admin/settings/system/storage-option.hbs
@@ -11,7 +11,7 @@
- {{ui-radio label=(t 'Google Storage') name='storage' value='google' onChange=(action (mut settings.storagePlace))}}
+ {{ui-radio label=(t 'Google Storage') current=settings.storagePlace name='storage' value='gs' onChange=(action (mut settings.storagePlace))}}
({{t 'See'}}
@@ -20,7 +20,7 @@
{{t 'on how to obtain these keys.'}})
-{{#if (eq settings.storagePlace 'google')}}
+{{#if (eq settings.storagePlace 'gs')}}