diff --git a/CHANGELOG.md b/CHANGELOG.md
index e48c1319..a4681a2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+- [#236](https://github.com/os2display/display-admin-client/pull/236)
+ - Add help text to activation code form.
+ - Fixed warnings raised when compiling.
- [#234](https://github.com/os2display/display-admin-client/pull/234)
- Cleaned up code flow in playlist saving.
- Changed to chaining relations puts.
diff --git a/src/components/activation-code/activation-code-form.jsx b/src/components/activation-code/activation-code-form.jsx
index f21ef28a..68067443 100644
--- a/src/components/activation-code/activation-code-form.jsx
+++ b/src/components/activation-code/activation-code-form.jsx
@@ -44,29 +44,41 @@ function ActivationCodeForm({
},
];
+ // 123
+
return (
<>