diff --git a/plinth/modules/syncthing/__init__.py b/plinth/modules/syncthing/__init__.py
index f14439fb8..1ce2c4344 100644
--- a/plinth/modules/syncthing/__init__.py
+++ b/plinth/modules/syncthing/__init__.py
@@ -40,20 +40,21 @@ managed_packages = ['syncthing']
title = _('File Synchronization \n (Syncthing)')
description = [
- _('Syncthing is an application that can synchronizes files across '
- 'multiple devices. Creation, modification and deletion of files on one '
- 'device will automatically be replicated to other devices.'),
+ _('Syncthing is an application to synchronize files across multiple '
+ 'devices, e.g. your desktop computer and mobile phone. Creation, '
+ 'modification, or deletion of files on one device will be automatically '
+ 'replicated on all other devices that also run Syncthing.'),
format_lazy(
- _('Running Synching on {box_name}, provides an extra synchronization '
- 'point for your data that is available most of the time so that '
- 'your devices synchronize more often. On {box_name}, a single '
- 'instance of Syncthing runs and may be used by many users. Each '
- 'user\'s set of devices many be synchronized with a distinct set '
- 'of folders. Web interface is only available for users '
- 'belonging to the "admin" group.'), box_name=_(cfg.box_name)),
- _('When enabled, Syncthing will be available from '
- '/syncthing web interface. Desktop and mobile clients are also '
- 'available.'),
+ _('Running Syncthing on {box_name} provides an extra synchronization '
+ 'point for your data that is available most of the time, allowing '
+ 'your devices to synchronize more often. {box_name} runs a single '
+ 'instance of Syncthing that may be used by multiple users. Each '
+ 'user\'s set of devices may be synchronized with a distinct set of '
+ 'folders. The web interface on {box_name} is only available for '
+ 'users belonging to the "admin" group.'), box_name=_(cfg.box_name)),
+ _('When enabled, Syncthing\'s web interface will be available from '
+ '/syncthing. Desktop and mobile clients are '
+ 'also available.'),
]
service = None