Skip to content

Commit cb0cfec

Browse files
committed
Fix language variable _NEVER -> _INFINITE
1 parent 55bada5 commit cb0cfec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ private function display_pb()
414414
'SNIPPET_TEXT_DISPLAY' => $snippet_text_display,
415415

416416
'SNIPPET_TIME' => $this->user->format_date($data['snippet_time']),
417-
'SNIPPET_PRUNE_ON' => $data['snippet_prunable'] ? $this->user->format_date($data['snippet_prune_on']) : $this->language->lang('PASTEBIN_NEVER'),
417+
'SNIPPET_PRUNE_ON' => $data['snippet_prunable'] ? $this->user->format_date($data['snippet_prune_on']) : $this->language->lang('PASTEBIN_INFINITE'),
418418
'SNIPPET_DESC_V' => $data['snippet_desc'],
419419
'SNIPPET_TITLE_V' => $data['snippet_title'],
420420
'SNIPPET_AUTHOR' => $data['username'],

0 commit comments

Comments
 (0)