diff --git a/packages/desktop-client/e2e/page-models/schedules-page.js b/packages/desktop-client/e2e/page-models/schedules-page.js
index 6ddb001193f..3166b96509a 100644
--- a/packages/desktop-client/e2e/page-models/schedules-page.js
+++ b/packages/desktop-client/e2e/page-models/schedules-page.js
@@ -48,7 +48,7 @@ export class SchedulesPage {
* 0-based index
*/
async postNthSchedule(index) {
- await this._performNthAction(index, 'Post transaction');
+ await this._performNthAction(index, 'Post transaction today');
await this.page.waitForTimeout(1000);
}
diff --git a/packages/desktop-client/src/components/modals/ScheduledTransactionMenuModal.tsx b/packages/desktop-client/src/components/modals/ScheduledTransactionMenuModal.tsx
index 2866152c142..ceec684cbfb 100644
--- a/packages/desktop-client/src/components/modals/ScheduledTransactionMenuModal.tsx
+++ b/packages/desktop-client/src/components/modals/ScheduledTransactionMenuModal.tsx
@@ -117,7 +117,7 @@ function ScheduledTransactionMenu({
items={[
{
name: 'post',
- text: t('Post transaction'),
+ text: t('Post transaction today'),
},
{
name: 'skip',
diff --git a/packages/desktop-client/src/components/schedules/PostsOfflineNotification.tsx b/packages/desktop-client/src/components/schedules/PostsOfflineNotification.tsx
index 47e9e70c4f3..c3b163c7236 100644
--- a/packages/desktop-client/src/components/schedules/PostsOfflineNotification.tsx
+++ b/packages/desktop-client/src/components/schedules/PostsOfflineNotification.tsx
@@ -78,8 +78,8 @@ export function PostsOfflineNotification() {
You can always manually post a transaction later for a due
- schedule by selecting the schedule and clicking “Post transaction”
- in the action menu.
+ schedule by selecting the schedule and clicking “Post transaction
+ today” in the action menu.