We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a02248 commit efd7cdbCopy full SHA for efd7cdb
1 file changed
src/routes/(console)/project-[region]-[project]/createVariableModal.svelte
@@ -49,7 +49,7 @@
49
<Modal
50
bind:show={showCreate}
51
onSubmit={handleVariable}
52
- title={`Create' ${isGlobal ? 'global' : 'environment'} variable`}>
+ title={`Create ${isGlobal ? 'global' : 'environment'} variables`}>
53
<svelte:fragment slot="description">
54
<span>
55
Set the environment variables or secret keys that will be passed to {!isGlobal
0 commit comments