diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md
index c62967db..bbc6bde4 100644
--- a/.github/copilot-instructions.md
+++ b/.github/copilot-instructions.md
@@ -53,6 +53,9 @@ Remember: Clear writing is clear thinking. If you can't write it simply, you don
- Always write commits in English.
- Follow the conventional commit standard for all commits: eg: `feat(scope): message`
-- Always specify the commit type and write the corresponding commit message
-- Detect the appropriate commit type and write the corresponding commit message
-- Try to summarize the commit message in a single line
+- Always check `git status` before committing to review staged files
+- Create a main resume line highlighting the **most impactful change**, not implementation details
+- Add a detailed description after a blank line with bullet points for supporting changes
+- List secondary changes as bullet points, ordered by importance
+- If multiple files are changed, only commit the files you explicitly staged (never include unrelated changes)
+- Apply the Zinsser brevity principles: remove unnecessary words, use active voice, and write clearly
diff --git a/src/app/(dashboard)/_cards/patients-by-city.tsx b/src/app/(dashboard)/_cards/patients-by-city.tsx
index a98c4a6b..aec84449 100644
--- a/src/app/(dashboard)/_cards/patients-by-city.tsx
+++ b/src/app/(dashboard)/_cards/patients-by-city.tsx
@@ -67,7 +67,7 @@ export function DashboardOverviewPatientsByCity(
{isLoading &&
+ Nenhum encaminhamento por especialista registrado. +
+ )} +{data.title}
+