few small changes to language on the admin page

This commit is contained in:
admin 2025-08-01 15:13:53 -06:00
parent 5b673dacc2
commit e488a23bfb

View File

@ -128,6 +128,20 @@
<h2>NocoDB Database Links</h2>
<p>Quick access to all NocoDB database views and sheets for data management.</p>
<div class="nocodb-info">
<div class="info-box">
<h4>💡 About NocoDB</h4>
<p>
Everything inside Map can be automated through NocoDB and <strong>N8N</strong>, which can be accessed as applications through the Homepage. You can expand the fucntions of Map extensively, including build whole new application functions.
</p>
<p>
NocoDB is the database backend that powers this application. Use these links to directly access and manage your data in the NocoDB interface.<br>
<a href="https://nocodb.com/docs/product-docs" target="_blank" rel="noopener" class="btn btn-link">NocoDB Documentation</a>
<a href="https://docs.n8n.io/" target="_blank" rel="noopener" class="btn btn-link">N8N Documentation</a>
</p>
</div>
</div>
<div class="nocodb-links-container">
<div class="nocodb-cards">
<div class="nocodb-card">
@ -186,19 +200,6 @@
</div>
</div>
<div class="nocodb-info">
<div class="info-box">
<h4>💡 About NocoDB</h4>
<p>NocoDB is the database backend that powers this application. Use these links to directly access and manage your data in the NocoDB interface.</p>
<ul>
<li><strong>Data View:</strong> Main location and campaign data</li>
<li><strong>Login Sheet:</strong> User management and authentication</li>
<li><strong>Settings:</strong> Application configuration</li>
<li><strong>Shifts:</strong> Volunteer scheduling system</li>
<li><strong>Signups:</strong> Track volunteer commitments</li>
</ul>
</div>
</div>
</div>
</section>