diff --git a/data/locale/en.ts b/data/locale/en.ts
index 4f558cf72..ffe72e130 100644
--- a/data/locale/en.ts
+++ b/data/locale/en.ts
@@ -2448,6 +2448,10 @@ You can remove and move FX channels in the context menu, which is accessed by ri
Miss rate
+
+ Cycle steps
+
+ InstrumentFunctionArpeggioView
@@ -2543,6 +2547,22 @@ You can remove and move FX channels in the context menu, which is accessed by ri
The miss function will make the arpeggiator miss the intended note.
+
+ CYCLE
+
+
+
+ Cycle notes:
+
+
+
+ note(s)
+
+
+
+ Jumps over n steps in the arpeggio and cycles around if we're over the note range. If the total note range is evenly divisible by the number of steps jumped over you will get stuck in a shorter arpeggio or even on one note.
+
+ InstrumentFunctionNoteStacking