We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
label
1 parent ea8e4ba commit 2611249Copy full SHA for 2611249
templates/repo/settings/deploy_keys.tmpl
@@ -28,7 +28,7 @@
28
<div class="field">
29
<div class="ui checkbox {{if .Err_IsWritable}}error{{end}}">
30
<input id="ssh-key-is-writable" name="is_writable" type="checkbox" value="1">
31
- <label for="is_writable">
+ <label for="ssh-key-is-writable">
32
{{ctx.Locale.Tr "repo.settings.is_writable"}}
33
</label>
34
<small class="tw-pl-[26px]">{{ctx.Locale.Tr "repo.settings.is_writable_info"}}</small>
0 commit comments