Apply capitalization guidelines - iteration 7 (#12343) (#12453)

This commit is contained in:
Michael S. Molina
2021-01-22 02:46:06 -03:00
committed by GitHub
parent 2a587f6cb1
commit d9388d4535
15 changed files with 31 additions and 31 deletions

View File

@@ -65,8 +65,8 @@ const iconMap = {
index: 'fa-bookmark',
};
const tooltipTitleMap = {
pk: 'Primary Key',
fk: 'Foreign Key',
pk: 'Primary key',
fk: 'Foreign key',
index: 'Index',
};