Skip to content

Commit d184ec5

Browse files
committed
Added missing log in button text
1 parent 26c8d3c commit d184ec5

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

texts/de.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
$texts = [
44
'project.link' => 'Project auf GitHub',
5+
'project.log_in' => 'Let me in',
56

67
'error.not.installed.title' => 'Not installed',
78
'error.not.installed.description' => 'It looks like OpCache is not installed.',

texts/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
$texts = [
44
'project.link' => 'Project on GitHub',
5-
'project.log_in' => 'Let me in!',
5+
'project.log_in' => 'Let me in',
66

77
'error.not.installed.title' => 'Not installed',
88
'error.not.installed.description' => 'It looks like OpCache is not installed.',

texts/nl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
$texts = [
44
'project.link' => 'Project op GitHub',
5+
'project.log_in' => 'Log in',
56

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

0 commit comments

Comments
 (0)