Merge branch 'develop' of github.com:makeplane/plane into dev/private_bucket_for_attachments

This commit is contained in:
pablohashescobar 2023-09-25 13:40:15 +05:30
commit 05578e4729
4 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ export const IssuesFilterView: React.FC = () => {
<Tooltip
key={option.type}
tooltipContent={
<span className="capitalize">{replaceUnderscoreIfSnakeCase(option.type)} View</span>
<span className="capitalize">{replaceUnderscoreIfSnakeCase(option.type)} Layout</span>
}
position="bottom"
>

View File

@ -49,7 +49,7 @@ export const MyIssuesViewOptions: React.FC = () => {
<Tooltip
key={option.type}
tooltipContent={
<span className="capitalize">{replaceUnderscoreIfSnakeCase(option.type)} View</span>
<span className="capitalize">{replaceUnderscoreIfSnakeCase(option.type)} Layout</span>
}
position="bottom"
>

View File

@ -81,7 +81,7 @@ export const ProfileIssuesViewOptions: React.FC = () => {
<Tooltip
key={option.type}
tooltipContent={
<span className="capitalize">{replaceUnderscoreIfSnakeCase(option.type)} View</span>
<span className="capitalize">{replaceUnderscoreIfSnakeCase(option.type)} Layout</span>
}
position="bottom"
>

View File

@ -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"
>