Skip to content

Commit

Permalink
Rename "Show More" => "Detail View" in i18n.EN TasmoAdmin#168 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
reloxx13 committed Jul 8, 2018
1 parent bfbb895 commit 3535cce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,8 @@
- **FIX**: set session dir inside tasmota dir instead of server root /tmp [#169](https://github.com/reloxx13/TasmoAdmin/issues/169)
- **FIX**: go to selected homepage after login [#115](https://github.com/reloxx13/TasmoAdmin/issues/115)
- **NEW**: Disable update check option [#156](https://github.com/reloxx13/TasmoAdmin/issues/156)
- **NEW** Add top scrollbar on device list [#170](https://github.com/reloxx13/TasmoAdmin/issues/170)
- **NEW**: Add top scrollbar on device list [#170](https://github.com/reloxx13/TasmoAdmin/issues/170)
- MINOR: Rename "Show More" => "Detail View" in i18n.EN [#168](https://github.com/reloxx13/TasmoAdmin/issues/168)

## v1.3.3
- MINOR: fix for travis building
Expand Down
2 changes: 1 addition & 1 deletion tasmoadmin/lang/lang_en.ini
Expand Up @@ -309,7 +309,7 @@ DELETE_DEVICE = "Delete Device"
DELETE_DEVICE_CONFIRM_TITLE = "Are you sure?"
DELETE_DEVICE_CONFIRM_TEXT = "Do you really want to delete \"%s\" ( %s ) ?"
ERROR = "Error"
SHOW_MORE = "Show more"
SHOW_MORE = "Detail View"
BTN_COMMAND = "Command"
CB_COMMAND = "Command"
SEND_COMMAND = "Send Command"
Expand Down
2 changes: 1 addition & 1 deletion tasmoadmin/lang/lang_it.ini
Expand Up @@ -310,7 +310,7 @@ DELETE_DEVICE = "Delete Device"
DELETE_DEVICE_CONFIRM_TITLE = "Are you sure?"
DELETE_DEVICE_CONFIRM_TEXT = "Do you really want to delete \"%s\" ( %s ) ?"
ERROR = "Error"
SHOW_MORE = "Show more"
SHOW_MORE = "Detail View"
BTN_COMMAND = "Command"
CB_COMMAND = "Command"
SEND_COMMAND = "Send Command"
Expand Down

0 comments on commit 3535cce

Please sign in to comment.