diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 7ec02c8..f8f3b33 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -73,7 +73,7 @@ tasks.register("generateManifest") {
"latestVersionCode" to android.defaultConfig.versionCode,
"developer" to "github.com/timklge",
"description" to "Open-source extension that provides a simple notepad",
- "releaseNotes" to "Initial release",
+ "releaseNotes" to "* Fix notepad description",
"screenshotUrls" to listOf(
"$baseUrl/menu.png",
"$baseUrl/profile.png",
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b78f335..18126c0 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -2,7 +2,7 @@
Notepad
notepad
Notepad
- Simple button to quickly open the notepad
+ Simple notepad to input custom text
Notepad Buton
Simple button to quickly open the notepad
\ No newline at end of file