diff --git a/lib/towerops_web/live/org/integrations_live.html.heex b/lib/towerops_web/live/org/integrations_live.html.heex index e975ba49..7aae6729 100644 --- a/lib/towerops_web/live/org/integrations_live.html.heex +++ b/lib/towerops_web/live/org/integrations_live.html.heex @@ -119,7 +119,7 @@ } class="text-sm text-blue-600 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300" > - Entity Mapping → + Device & Site Linking → <.link navigate={ @@ -127,7 +127,7 @@ } class="text-sm text-blue-600 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300" > - Reconciliation → + Comparison Report → <% end %> diff --git a/lib/towerops_web/live/org/settings_live.html.heex b/lib/towerops_web/live/org/settings_live.html.heex index e9452fd2..7dd42b24 100644 --- a/lib/towerops_web/live/org/settings_live.html.heex +++ b/lib/towerops_web/live/org/settings_live.html.heex @@ -1158,7 +1158,7 @@ } class="inline-flex items-center gap-1.5 rounded-md bg-gray-50 px-3 py-1.5 text-xs font-medium text-gray-700 ring-1 ring-inset ring-gray-200 transition-colors hover:bg-gray-100 dark:bg-white/5 dark:text-gray-300 dark:ring-white/10 dark:hover:bg-white/10" > - <.icon name="hero-arrows-right-left" class="h-3.5 w-3.5" /> Entity Mapping + <.icon name="hero-arrows-right-left" class="h-3.5 w-3.5" /> Device & Site Linking <.link navigate={ @@ -1166,7 +1166,7 @@ } class="inline-flex items-center gap-1.5 rounded-md bg-gray-50 px-3 py-1.5 text-xs font-medium text-gray-700 ring-1 ring-inset ring-gray-200 transition-colors hover:bg-gray-100 dark:bg-white/5 dark:text-gray-300 dark:ring-white/10 dark:hover:bg-white/10" > - <.icon name="hero-scale" class="h-3.5 w-3.5" /> Reconciliation + <.icon name="hero-scale" class="h-3.5 w-3.5" /> Comparison Report <% end %>