Rename credential tooltip component string

- For better legibility
This commit is contained in:
kialam
2018-06-04 12:32:54 -04:00
parent 2ee361db5d
commit b8404abb26
2 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ function ComponentsStrings (BaseString) {
};
ns.tooltips = {
CREDENTIAL: t.s('View the Credential'),
VIEW_THE_CREDENTIAL: t.s('View the Credential'),
};
ns.layout = {