UX Text Improvements: Settings Pages
- Updated page titles to be more user-friendly: * Account Settings: 'Account Settings' → 'Your Account Settings' * AI Settings: 'AI Settings' → 'Your AI Settings' * General Settings description updated to be more conversational - Updated descriptions to be more conversational: * Account: 'Account-level configuration' → 'Manage your account preferences' * AI: 'AI-specific configuration' → 'Configure how AI works for you' * General: 'Configure plugin settings...' → 'Choose your preferences...' Part of comprehensive UX text improvement initiative.
This commit is contained in:
@@ -29,8 +29,8 @@ export default function AISettings() {
|
|||||||
<div className="p-6">
|
<div className="p-6">
|
||||||
<PageMeta title="AI Settings" />
|
<PageMeta title="AI Settings" />
|
||||||
<div className="mb-6">
|
<div className="mb-6">
|
||||||
<h1 className="text-2xl font-bold text-gray-900 dark:text-white">AI Settings</h1>
|
<h1 className="text-2xl font-bold text-gray-900 dark:text-white">Your AI Settings</h1>
|
||||||
<p className="text-gray-600 dark:text-gray-400 mt-1">AI-specific configuration</p>
|
<p className="text-gray-600 dark:text-gray-400 mt-1">Configure how AI works for you</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{loading ? (
|
{loading ? (
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ export default function AccountSettings() {
|
|||||||
<div className="p-6">
|
<div className="p-6">
|
||||||
<PageMeta title="Account Settings" />
|
<PageMeta title="Account Settings" />
|
||||||
<div className="mb-6">
|
<div className="mb-6">
|
||||||
<h1 className="text-2xl font-bold text-gray-900 dark:text-white">Account Settings</h1>
|
<h1 className="text-2xl font-bold text-gray-900 dark:text-white">Your Account Settings</h1>
|
||||||
<p className="text-gray-600 dark:text-gray-400 mt-1">Account-level configuration</p>
|
<p className="text-gray-600 dark:text-gray-400 mt-1">Manage your account preferences</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{loading ? (
|
{loading ? (
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ export default function GeneralSettings() {
|
|||||||
<>
|
<>
|
||||||
<PageMeta title="General Settings - IGNY8" description="Plugin configuration" />
|
<PageMeta title="General Settings - IGNY8" description="Plugin configuration" />
|
||||||
|
|
||||||
<ComponentCard title="General Settings" desc="Configure plugin settings, automation, and table preferences">
|
<ComponentCard title="General Settings" desc="Choose your preferences for tables, automation, and display options">
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
{/* Table Settings */}
|
{/* Table Settings */}
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user