mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated copy in Audit log
refs. https://github.com/TryGhost/Toolbox/issues/356 - the term 'products' was used in the Audit log list which was inconsistent with the rest of the UI ('tiers')
This commit is contained in:
parent
0e156d2d68
commit
5a83b77202
1 changed files with 3 additions and 1 deletions
|
@ -164,7 +164,9 @@ function getAction(ev) {
|
|||
resourceType = 'API key';
|
||||
} else if (resourceType === 'setting') {
|
||||
resourceType = 'settings';
|
||||
}
|
||||
} else if (resourceType === 'product') {
|
||||
resourceType = 'tier';
|
||||
}
|
||||
|
||||
// Because a `page` and `post` both use the same model, we store the
|
||||
// actual type in the context, so let's check if that exists
|
||||
|
|
Loading…
Add table
Reference in a new issue