diff --git a/nodejs_config/src/Form/NodejsConfigSettingsForm.php b/nodejs_config/src/Form/NodejsConfigSettingsForm.php
index 6dd81d5..91892c1 100644
--- a/nodejs_config/src/Form/NodejsConfigSettingsForm.php
+++ b/nodejs_config/src/Form/NodejsConfigSettingsForm.php
@@ -27,7 +27,7 @@ class NodejsConfigSettingsForm extends ConfigFormBase {
     $config = $this->configFactory->get('nodejs_config.settings');
     $suggestion = $config->get('js_suggestion');
     $file_path = drupal_get_path('module', 'nodejs') . '/nodejs.config.js';
-    $config_path_message = $this->t('<ol><li>Configure your server settings in the SETTINGS form below.</li><li>Click the <b>Save configuration</b> button.</li><li>Copy the suggested configuration to <b>!file</b>. You will need to do this step manually.</li></ol>', array('!file' => $file_path));
+    $config_path_message = $this->t('<ol><li>Configure your server settings in the SETTINGS form below.</li><li>Click the <b>Save configuration</b> button.</li><li>Copy the suggested configuration to <b>@file</b>. You will need to do this step manually.</li></ol>', array('@file' => $file_path));
 
     $form['config_suggestion'] = array(
       '#type' => 'fieldset',
