We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55bada5 + cb0cfec commit c33fe0eCopy full SHA for c33fe0e
1 file changed
controller/main.php
@@ -414,7 +414,7 @@ private function display_pb()
414
'SNIPPET_TEXT_DISPLAY' => $snippet_text_display,
415
416
'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'),
+ 'SNIPPET_PRUNE_ON' => $data['snippet_prunable'] ? $this->user->format_date($data['snippet_prune_on']) : $this->language->lang('PASTEBIN_INFINITE'),
418
'SNIPPET_DESC_V' => $data['snippet_desc'],
419
'SNIPPET_TITLE_V' => $data['snippet_title'],
420
'SNIPPET_AUTHOR' => $data['username'],
0 commit comments