File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/packages/frontend/project/warnings Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,17 +126,17 @@ export const OOMWarning: React.FC<{ project_id: string }> = ({
126
126
127
127
function renderUpgrade ( ) {
128
128
if ( hasLicenseUpgrades ) {
129
- const boostUrl = join ( appBasePath , "/store/boost " ) ;
129
+ const boostUrl = join ( appBasePath , "/settings/licenses " ) ;
130
130
return (
131
131
< A href = { boostUrl } style = { { fontWeight : "bold" } } >
132
- boost memory quota
132
+ edit your license to increase its memory quota
133
133
</ A >
134
134
) ;
135
135
} else {
136
136
const slUrl = join ( appBasePath , "/store/site-license" ) ;
137
137
return (
138
138
< A href = { slUrl } style = { { fontWeight : "bold" } } >
139
- upgrade memory quota
139
+ purchase a license with higher memory quota
140
140
</ A >
141
141
) ;
142
142
}
You can’t perform that action at this time.
0 commit comments