rename: task "Name" column → "Project Name"; request form field → "Project Name / Location / Title"

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Krao Hasanee
2026-07-02 10:51:05 -04:00
parent bcdb177244
commit 6d8aa6bda4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ export default function RequestForm({
{/* Row 3: Title/Location + Mark as Hot inline */}
<div style={{ display: 'grid', gridTemplateColumns: '1fr auto', gap: 12, alignItems: 'end', marginBottom: 16 }}>
<div className="form-group" style={{ marginBottom: 0 }}>
<label style={modalLabelStyle}>Title / Location *</label>
<label style={modalLabelStyle}>Project Name / Location / Title *</label>
<input type="text" placeholder="e.g. City, State or Site Name" value={form.title} onChange={set('title')} required style={modalInputStyle} />
</div>
<label style={{ ...modalLabelStyle, display: 'flex', alignItems: 'center', gap: 8, cursor: 'pointer', marginBottom: 4, whiteSpace: 'nowrap' }}>