rename view to layout (#2255)
Co-authored-by: Your Name <you@example.com>
This commit is contained in:
parent
afa10d7195
commit
0e96eddb57
4 changed files with 4 additions and 4 deletions
|
|
@ -96,7 +96,7 @@ const ProjectModules: NextPage = () => {
|
|||
<Tooltip
|
||||
key={option.type}
|
||||
tooltipContent={
|
||||
<span className="capitalize">{replaceUnderscoreIfSnakeCase(option.type)} View</span>
|
||||
<span className="capitalize">{replaceUnderscoreIfSnakeCase(option.type)} Layout</span>
|
||||
}
|
||||
position="bottom"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue