Skip to content

Commit 6f754a3

Browse files
authored
Fix typo in 'Save template' title (#937)
1 parent 81d4678 commit 6f754a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/servers/components/templates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function Save({
136136
</DialogTrigger>
137137
<DialogContent className="sm:max-w-lg">
138138
<DialogHeader>
139-
<DialogTitle>Save tempalte</DialogTitle>
139+
<DialogTitle>Save template</DialogTitle>
140140
<DialogDescription className="sr-only">Save as template</DialogDescription>
141141
</DialogHeader>
142142
<Form className="p-4">

0 commit comments

Comments
 (0)