Skip to content

Commit 835411b

Browse files
GiteaBotFrankkkkk
andauthored
template: label fix correct input id (#30987) (#30997)
Just a small commit to fix a wrong label for id. Thanks and cheers! Signed-off-by: Frank Villaro-Dixon <[email protected]> Co-authored-by: Frank Villaro-Dixon <[email protected]>
1 parent 3cdf9ed commit 835411b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/settings/deploy_keys.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="field">
2929
<div class="ui checkbox {{if .Err_IsWritable}}error{{end}}">
3030
<input id="ssh-key-is-writable" name="is_writable" type="checkbox" value="1">
31-
<label for="is_writable">
31+
<label for="ssh-key-is-writable">
3232
{{ctx.Locale.Tr "repo.settings.is_writable"}}
3333
</label>
3434
<small class="tw-pl-[26px]">{{ctx.Locale.Tr "repo.settings.is_writable_info"}}</small>

0 commit comments

Comments
 (0)