Skip to content

Commit 346bb62

Browse files
committed
Update toast message text for documentation data update to improve clarity and consistency
1 parent a8cb173 commit 346bb62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spa/src/context/ArchDataContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function ArchDataProvider({ children }: { children: ReactNode }) {
4242
const res = await fetch(config.archJsonUpdateUrl, { method: 'POST' });
4343
const result = await res.json();
4444
if (result.success) {
45-
setToastMessage({ text: 'documentation data updated successfully!', success: true });
45+
setToastMessage({ text: 'Documentation data updated successfully!', success: true });
4646
await fetchData();
4747
} else {
4848
setToastMessage({ text: 'Failed to update documentation data.', success: false });

templates/doc.html.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)