diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php
index 4687b10864..49579b14fb 100644
--- a/resources/views/header.blade.php
+++ b/resources/views/header.blade.php
@@ -526,6 +526,7 @@
class="{{ Request::is("{$option}*") ? 'active' : '' }}">
{{ ($option == 'recurring_invoices') ? trans('texts.recurring') : trans("texts.{$option}") }}
+ {!! Utils::isTrial() && in_array($option, ['quotes', 'tasks', 'expenses', 'vendors']) ? ' ' . trans('texts.pro') . '' : '' !!}
@if (false && $option == 'self-update' && Updater::source()->isNewVersionAvailable('v'.NINJA_VERSION))
1
@endif