-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from RobertD502/master
Change IOCare to IoCare & update README
- Loading branch information
Showing
6 changed files
with
32 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"config": { | ||
"title": "Coway IOCare", | ||
"title": "Coway IoCare", | ||
"step": { | ||
"user": { | ||
"title": "Fill in your Coway IOCare credentials", | ||
"title": "Fill in your Coway IoCare credentials", | ||
"data": { | ||
"username": "Coway Username", | ||
"password": "Coway Password" | ||
"username": "IoCare Username", | ||
"password": "IoCare Password" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"auth_error": "IOCare authentication failed. Are your credentials correct?" | ||
"auth_error": "IoCare authentication failed. Are your credentials correct?" | ||
}, | ||
"abort": { | ||
"already_configured": "IOCare is already configured" | ||
"already_configured": "IoCare is already configured" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "IOCare is already configured" | ||
"already_configured": "IoCare is already configured" | ||
}, | ||
"error": { | ||
"auth_error": "IOCare authentication failed. Are your credentials correct?" | ||
"auth_error": "IoCare authentication failed. Are your credentials correct?" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"username": "Coway Username", | ||
"password": "Coway Password" | ||
"username": "IoCare Username", | ||
"password": "IoCare Password" | ||
}, | ||
"title": "Fill in your Coway IOCare credentials" | ||
"title": "Fill in your Coway IoCare credentials" | ||
} | ||
}, | ||
"title": "Coway IOCare" | ||
"title": "Coway IoCare" | ||
} | ||
} |