Skip to content

Commit cb7e182

Browse files
gtsiolisroboquat
authored andcommitted
Change environment variable scope placeholder
1 parent e1f1183 commit cb7e182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dashboard/src/settings/EnvironmentVariables.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function AddEnvVarModal(p: EnvVarModalProps) {
6767
</div>
6868
<div className="mt-4">
6969
<h4>Scope</h4>
70-
<input className="w-full" type="text" value={ev.repositoryPattern} placeholder="e.g. org/project"
70+
<input className="w-full" type="text" value={ev.repositoryPattern} placeholder="e.g. owner/repository"
7171
onChange={(v) => { update({repositoryPattern: v.target.value}) }} />
7272
</div>
7373
<div className="mt-1">
@@ -238,4 +238,4 @@ export default function EnvVars() {
238238
</ItemsList>
239239
}
240240
</PageWithSubMenu>;
241-
}
241+
}

0 commit comments

Comments
 (0)