diff --git a/modules/commons/commons_profile_base/commons_profile_base.strongarm.inc b/modules/commons/commons_profile_base/commons_profile_base.strongarm.inc
index 8475a47..5c24493 100644
--- a/modules/commons/commons_profile_base/commons_profile_base.strongarm.inc
+++ b/modules/commons/commons_profile_base/commons_profile_base.strongarm.inc
@@ -14,7 +14,7 @@ function commons_profile_base_strongarm() {
   $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
   $strongarm->api_version = 1;
   $strongarm->name = 'realname_pattern';
-  $strongarm->value = '[user:field_name_first] [user:field_name_last]';
+  $strongarm->value = '[user:field-name-first] [user:field-name-last]';
   $export['realname_pattern'] = $strongarm;
 
   $strongarm = new stdClass();
