Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ const Contact = () => {
{/* Toast notifications */}
<Toast
title="Message sent successfully"
description="Your message has successfully been sent, we will get back to you soon."
description="We will get back to you soon."
variant="success"
show={showSuccessToast}
onClose={() => setShowSuccessToast(false)}
Expand Down
9 changes: 5 additions & 4 deletions src/pages/ContributeMap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1237,16 +1237,17 @@ const ContributeMap = () => {
<div className="p-4 bg-amber-500/10 border border-amber-500/30 rounded-lg flex items-center">
<AlertCircle className="w-5 h-5 text-amber-400 mr-3 shrink-0" />
<p className="text-sm text-amber-400">
This airport currently has no lighting points submitted by the owning Division.
Please check back later, or contact the Division for support.
This airport currently has no airport lighting data submitted by the owning
Division. Please check back later, or contact the Division requesting this
airport.
</p>
</div>
) : (
<div className="p-4 bg-blue-500/10 border border-blue-500/30 rounded-lg flex items-center">
<Info className="w-5 h-5 text-blue-400 mr-3 shrink-0" />
<p className="text-sm text-blue-400">
These are the existing mapped points for this airport, set by the Division. Your
contribution will add support for a specific simulator scenery package.
This is the existing airport data for this airport, set by the owning Division.
Your contribution will add support for a specific simulator scenery package.
</p>
</div>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ContributionDashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ const ContributionDashboard = () => {
<div>
<h1 className="text-3xl font-bold mb-2">Community Contributions</h1>
<p className="text-zinc-400">
Help expand the BARS network by contributing your own airport mappings
Help expand the BARS compatibility by contributing your own scenery contributions
</p>
</div>
{!user ? (
Expand Down
Loading