Skip to content

Commit b555176

Browse files
lunnyyardenshohamlafriks
authored
Apply suggestions from code review
Co-authored-by: Yarden Shoham <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 11c74a6 commit b555176

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2913,7 +2913,7 @@ config.set_setting_failed = Set setting %s failed
29132913
29142914
config.dev_config = Development
29152915
config.dev_default_editors = Default Editors
2916-
config.dev_default_editors_desc = Chose default editors
2916+
config.dev_default_editors_desc = Choose default editors
29172917
29182918
monitor.cron = Cron Tasks
29192919
monitor.name = Name

services/dev/editor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The Gitea Authors. All rights reserved.
1+
// Copyright 2023 The Gitea Authors. All rights reserved.
22
// SPDX-License-Identifier: MIT
33

44
package dev

templates/repo/home.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
{{end}}
130130
{{end}}
131131
{{range .CloneEditors}}
132-
<a class="item js-clone-url-editor" onerror="alert(1);" data-url="{{.URL | SafeURL}}" href="{{.RenderURL $.CloneButtonOriginLink.HTTPS}}">{{svg .Icon 16 "mr-3"}}{{$.locale.Tr "repo.clone_in_editor" .Name}}</a>
132+
<a class="item js-clone-url-editor" data-url="{{.URL | SafeURL}}" href="{{.RenderURL $.CloneButtonOriginLink.HTTPS}}">{{svg .Icon 16 "mr-3"}}{{$.locale.Tr "repo.clone_in_editor" .Name}}</a>
133133
{{end}}
134134
</div>
135135
</button>

0 commit comments

Comments
 (0)