Skip to content

Commit

Permalink
Added missing log in button text
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Dec 3, 2014
1 parent 26c8d3c commit d184ec5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions texts/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

$texts = [
'project.link' => 'Project auf GitHub',
'project.log_in' => 'Let me in',

'error.not.installed.title' => 'Not installed',
'error.not.installed.description' => 'It looks like OpCache is not installed.',
Expand Down
2 changes: 1 addition & 1 deletion texts/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$texts = [
'project.link' => 'Project on GitHub',
'project.log_in' => 'Let me in!',
'project.log_in' => 'Let me in',

'error.not.installed.title' => 'Not installed',
'error.not.installed.description' => 'It looks like OpCache is not installed.',
Expand Down
1 change: 1 addition & 0 deletions texts/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

$texts = [
'project.link' => 'Project op GitHub',
'project.log_in' => 'Log in',

'error.not.installed.title' => 'Niet geïnstalleerd',
'error.not.installed.description' => 'Het lijkt erop dat OpCache niet geïnstalleerd is.',
Expand Down

0 comments on commit d184ec5

Please sign in to comment.