Skip to content

Commit 131b51a

Browse files
committed
Change wording on page 404.
1 parent 6d678ca commit 131b51a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 1.1.1 - 2020-09-22
8+
9+
- Minor changes (wording)
10+
11+
712
## 1.1.0 - 2020-08-21
813

914
- Enable syntax HL instead of disable

resources/lang/en/edpaste.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'password.title' => 'Password',
5252
'paste.notfound' => 'Content may be not found or expired, or access may be denied. Please <a href="/users/dashboard">log-in here</a>',
5353
'button.goto.home' => 'Return to home page',
54-
'button.goto.auth' => 'Try authenticating first',
54+
'button.goto.auth' => 'If you\'re confident in your link, click here to authenticate!',
5555

5656
/* Password prompt page */
5757
'page.title.password.prompt' => 'Password prompt - EdPaste',

resources/lang/fr/edpaste.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'password.title' => 'Mot de passe',
5252
'paste.notfound' => 'Page non trouvée - Le post-it n\'existe pas, a expiré, ou nécessite une authentification.',
5353
'button.goto.home' => 'Retourner à la page d\'accueil',
54-
'button.goto.auth' => 'Essayez en vous authentifiant d\'abord',
54+
'button.goto.auth' => 'Vous êtes sûr·e de votre lien ? Cliquez ici pour vous authentifier !',
5555

5656
/* Password prompt page */
5757
'page.title.password.prompt' => 'Demande de mot de passe - Post-it',

0 commit comments

Comments
 (0)