Skip to content

Commit efd7cdb

Browse files
committed
fix: title
1 parent 9a02248 commit efd7cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/(console)/project-[region]-[project]/createVariableModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<Modal
5050
bind:show={showCreate}
5151
onSubmit={handleVariable}
52-
title={`Create' ${isGlobal ? 'global' : 'environment'} variable`}>
52+
title={`Create ${isGlobal ? 'global' : 'environment'} variables`}>
5353
<svelte:fragment slot="description">
5454
<span>
5555
Set the environment variables or secret keys that will be passed to {!isGlobal

0 commit comments

Comments
 (0)