Skip to content

Commit 4fc2b45

Browse files
committed
templates: fix typo
1 parent c8e78fd commit 4fc2b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywb/templates/frame_insert.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div id="app" style="width: 100%; height: 200px"></div>
2727
<script>
2828
VueUI.main("{{ static_prefix }}", "{{ url }}", "{{ wb_prefix }}", "{{ timestamp }}", "{{ ui.logo }}", "{{ ui.navbar_background_hex | default('f8f9fa') }}", "{{ ui.navbar_color_hex | default('212529') }}", "{{ ui.navbar_light_buttons }}", "{{ env.pywb_lang | default('en') }}",
29-
allLocales, i18nString, "{{ ui.logo_home_url }}");
29+
allLocales, i18nStrings, "{{ ui.logo_home_url }}");
3030
</script>
3131

3232
<div id="wb_iframe_div">

0 commit comments

Comments
 (0)