From 621c108e78e8160f11578bb06c8f5cbf66a56be9 Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Mon, 12 Jan 2026 16:32:26 +0100 Subject: [PATCH] chore: Alias improve wording --- resources/views/livewire/plugins/recipes/settings.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/plugins/recipes/settings.blade.php b/resources/views/livewire/plugins/recipes/settings.blade.php index d07a243..8ae3d6f 100644 --- a/resources/views/livewire/plugins/recipes/settings.blade.php +++ b/resources/views/livewire/plugins/recipes/settings.blade.php @@ -76,7 +76,7 @@ new class extends Component { - Enable a public alias URL for this recipe. + Enable an Alias URL for this recipe. Your server does not need to be exposed to the internet, but your device must be able to reach the URL. Docs @if($alias) @@ -87,7 +87,7 @@ new class extends Component { readonly copyable /> - Use this URL to access the recipe image directly. Add ?device-model=name to specify a device model. + Copy this URL to your TRMNL Dashboard. By default, image is created for TRMNL OG; use parameter ?device-model= to specify a device model. @endif