wordpress text reaplaced with multi platform texts

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-20 11:20:23 +00:00
parent 961b67862e
commit 84b3f66c4e
19 changed files with 57 additions and 57 deletions

View File

@@ -457,8 +457,8 @@ export default function ContentSettingsPage() {
<PaperPlaneIcon className="w-5 h-5 text-success-600 dark:text-success-400" />
</div>
<div>
<h2 className="text-lg font-semibold text-gray-900 dark:text-white">WordPress Publishing</h2>
<p className="text-sm text-gray-500 dark:text-gray-400">Configure automatic publishing to your WordPress sites</p>
<h2 className="text-lg font-semibold text-gray-900 dark:text-white">Publishing to your sites</h2>
<p className="text-sm text-gray-500 dark:text-gray-400">Configure automatic publishing to your sites</p>
</div>
</div>
@@ -475,7 +475,7 @@ export default function ContentSettingsPage() {
Automatic Publishing
</Label>
<p className="text-sm text-gray-500 dark:text-gray-400 mt-1">
Automatically publish articles to WordPress when they're finished and reviewed
Automatically publish articles to your site when they're finished and reviewed
</p>
</div>
</div>
@@ -501,7 +501,7 @@ export default function ContentSettingsPage() {
Keep Content Updated
</Label>
<p className="text-sm text-gray-500 dark:text-gray-400 mt-1">
Automatically update articles on WordPress if you make changes here
Automatically update articles on your site if you make changes here
</p>
</div>
</div>