mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-06 02:36:49 +00:00
7 lines
142 B
Text
7 lines
142 B
Text
package view
|
|
|
|
import "github.com/rjNemo/rentease/internal/i18n"
|
|
|
|
templ Success() {
|
|
<strong>{ i18n.Localize(ctx, "success.done") }</strong>
|
|
}
|