-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added contact SURF for removed applications
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,7 +159,7 @@ const en = { | |
updateFlash: "Role {{name}} has been updated", | ||
unknownInManage: "Unknown in Manage", | ||
unknownInManageToolTip: "The application for this role has been removed from the SURF backend. Please contact <a href=\"mailto:[email protected]\">[email protected]</a> to resolve this.", | ||
unknownInManageDisabled: "The application for this role has been removed from the SURF backend. Therefore you can't invite new users." | ||
unknownInManageDisabled: "The application for this role has been removed from the SURF backend. Therefore, you can't invite new users. Contact <a href=\"mailto:[email protected]\">[email protected]</a> to resolve this." | ||
}, | ||
applications: { | ||
searchPlaceHolder: "Search for roles" | ||
|
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 |
---|---|---|
|
@@ -159,7 +159,7 @@ const nl = { | |
updateFlash: "Rol {{name}} is bijgewerkt", | ||
unknownInManage: "Onbekend in Manage", | ||
unknownInManageToolTip: "De applicatie voor deze rol is verwijderd in de SURF backend. Neem contact op met <a href=\"mailto:[email protected]\">[email protected]</a> om dit op te lossen.", | ||
unknownInManageDisabled: "De applicatie voor deze rol is verwijderd in de SURF backend. Daarom kan je geen nieuwe gebruikers uitnodigen." | ||
unknownInManageDisabled: "De applicatie voor deze rol is verwijderd in de SURF backend. Daarom kan je geen nieuwe gebruikers uitnodigen. Neem contact op met <a href=\"mailto:[email protected]\">[email protected]</a> om dit op te lossen." | ||
}, | ||
applications: { | ||
searchPlaceHolder: "Zoek rollen" | ||
|