Skip to content

Commit

Permalink
Merge branch 'release/3.3.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jun 10, 2020
2 parents b8fa19a + 21f9381 commit 7eb72dc
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v3.3.5
## 06/10/2020

1. [](#bugfix)
* Fixed broken lang strings [#258](https://github.com/getgrav/grav-plugin-login/pulls/258)

# v3.3.4
## 06/08/2020

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Login
slug: login
type: plugin
version: 3.3.4
version: 3.3.5
testing: false
description: Enables user authentication and login screen.
icon: sign-in
Expand Down
1 change: 0 additions & 1 deletion languages/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ PLUGIN_LOGIN:
BTN_REGISTER: "Registrieren"
BTN_RESET_PASSWORD: "Passwort zurücksetzen"
BTN_RESET: "Reset"
BTN_SEND_INSTRUCTIONS: "Send Reset Instructions"
BTN_SUBMIT: "Submit"
# as in "save profile"
BTN_SUBMIT_PROFILE: "Submit"
Expand Down
1 change: 0 additions & 1 deletion languages/es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ PLUGIN_LOGIN:
BTN_REGISTER: "Registro"
BTN_RESET_PASSWORD: "Restaurar contraseña"
BTN_RESET: "Reset"
BTN_SEND_INSTRUCTIONS: "Send Reset Instructions"
BTN_SUBMIT: "Submit"
# as in "save profile"
BTN_SUBMIT_PROFILE: "Submit"
Expand Down
1 change: 0 additions & 1 deletion languages/no.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ PLUGIN_LOGIN:
BTN_REGISTER: "Registrer"
BTN_RESET_PASSWORD: "Tilbakestill Passord"
BTN_RESET: "Reset"
BTN_SEND_INSTRUCTIONS: "Send Reset Instructions"
BTN_SUBMIT: "Submit"
# as in "save profile"
BTN_SUBMIT_PROFILE: "Submit"
Expand Down
1 change: 0 additions & 1 deletion languages/ro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ PLUGIN_LOGIN:
BTN_REGISTER: "Înregistrare"
BTN_RESET_PASSWORD: "Resetează parola"
BTN_RESET: "Reset"
BTN_SEND_INSTRUCTIONS: "Send Reset Instructions"
BTN_SUBMIT: "Submit"
# as in "save profile"
BTN_SUBMIT_PROFILE: "Submit"
Expand Down
1 change: 0 additions & 1 deletion languages/ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ PLUGIN_LOGIN:
BTN_REGISTER: "Регистрация"
BTN_RESET_PASSWORD: "Сброс пароля"
BTN_RESET: "Reset"
BTN_SEND_INSTRUCTIONS: "Send Reset Instructions"
BTN_SUBMIT: "Submit"
# as in "save profile"
BTN_SUBMIT_PROFILE: "Submit"
Expand Down
1 change: 0 additions & 1 deletion languages/uk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ PLUGIN_LOGIN:
BTN_REGISTER: "Реєстрація"
BTN_RESET_PASSWORD: "Скидання пароля"
BTN_RESET: "Reset"
BTN_SEND_INSTRUCTIONS: "Send Reset Instructions"
BTN_SUBMIT: "Submit"
# as in "save profile"
BTN_SUBMIT_PROFILE: "Submit"
Expand Down

0 comments on commit 7eb72dc

Please sign in to comment.