summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/templates/layout/app.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/web/templates/layout/app.html.eex')
-rw-r--r--lib/pleroma/web/templates/layout/app.html.eex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex
index 1ede59fd8..e33bada85 100644
--- a/lib/pleroma/web/templates/layout/app.html.eex
+++ b/lib/pleroma/web/templates/layout/app.html.eex
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en">
+<html lang="<%= Pleroma.Web.Gettext.language_tag() %>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui">