From c8fa802d1e84fb8dbde9a72dc71c5301b1863fa7 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:04:36 -0400 Subject: [PATCH] Change news title to release notes (#1312) ## Description: Change news title to release notes ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors --- .github/workflows/release.yml | 1 + resources/lang/en.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be381cf97..5f74cd170 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: types: - created - edited + - published permissions: {} diff --git a/resources/lang/en.json b/resources/lang/en.json index 9e57b68df..fab3cead6 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -26,7 +26,7 @@ "news": { "full_changelog": "See the complete change log", "github_link": "on GitHub", - "title": "Version 23 released!" + "title": "Release Notes" }, "help_modal": { "hotkeys": "Hotkeys",