Skip to content

Commit

Permalink
Update fish instructions (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and enzolutions committed May 29, 2019
1 parent aafbb0c commit d99d163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions translations/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ messages:
<info>source "$HOME/.console/console.rc" 2>/dev/null</info>
Fish: Create a symbolic link
<info>ln -s ~/.console/drupal.fish ~/.config/fish/completions/drupal.fish</info>
<info>mkdir -p ~/.config/fish/completions/ && ln -s ~/.console/drupal.fish ~/.config/fish/completions/drupal.fish</info>
version: '<info>"%s"</info> version <comment>"%s"</comment>'
disable:
command:
Expand All @@ -57,12 +57,12 @@ errors:
The Drupal console failed to send statistics. After 10 attempts, this feature was disabled.
If you want to enable it again, use the following command:
drupal settings:set statistics.enabled true
<info>drupal settings:set statistics.enabled true</info>
statistics-url-failed: |
The Drupal console failed to send statistics.
You must configure it in the global config.yml, use the following command and choose your preference:
drupal init
<info>drupal init</info>
site:
messages:
path: 'Site path'
Expand Down

0 comments on commit d99d163

Please sign in to comment.